Jake Leahy
Jake Leahy
how have you installed terraria?
Specifying a font seems to improve it [](https://imgur.com/WbRK6AB.png)
I am using the latest version of the nightly branch (398858c atm), have also tried using v0.4.2 and get the same result
Cant reproduce. Made a simple nimble project and put this in the test1.nim file ```nim import unittest test "On C++ backend": check defined(cpp) test "On JS backend": check defined(js) ```...
Code to make `master` branch first doesn't seem to exist in [v0.13.1](https://github.com/nim-lang/nimble/blob/v0.13.1/src/nimblepkg/publish.nim#L178) which looks like why it fails with nimble but doesn't when you do the commands normally Seems to...
Implemented in #1035
Could maybe store install date in the `nimblemeta.json` file and then during the verification, reinstall it if considered too old (Maybe 30 days?)
Host OS is arch Linux
Should be fixed by #44, try with latest commit
Oh sorry should've been more specific. Basically `.cfg` is a basic config type that doesn't let you run Nim code (which the example in the readme uses) But both are...