Nathan Fritch
Nathan Fritch
Glad I could help. Thank you for putting this guide together, it has been extremely helpful.
This appears to be added as of #178 where it was added as `txt` and updated with #180 to `stext`
`$ crystal --version` `Crystal 1.6.2 [879691b2e] (2022-11-03)` jennifer version 0.12.0 ```crystal require "jennifer" puts typeof(Jennifer::Config.logger.level) # prints `Log::Severity` ``` I can't find the exact crystal version when this was changed,...
I also ran into this issue on NixOS. I found the libraries that were failing to be loaded by using `strace dotnet bin/Release/net6.0/FVim.dll`. Here is the flake containing the devShell...