Todo
- FreeBSD Ports - Neovim update
目前 Ports 裡的 Neovim 版本有點舊了,需要更新、修正 dependencies
用 FreeBSD poudriere build 過測試 (會跑在 Jails 裡)
- FreeBSD poudriere-like tool for Linux LXC/Docker
利用 Linux 上的 container 技術做出類似 FreeBSD poudriere 這類在隔離環境裡測試編譯的工具
- Python 3.6 - f-string implementation detail study
- Vim/Neovim Syntax Highlight for Literal String Interpolation
f”test”
u”test”
r”test”
b”test”