Dominik Picheta
Dominik Picheta
``` nim blah[(foo mod bar)].send(msg) ``` `foo` and `mod` are highlighted as keywords.
The output panel (where process output is given in) should disappear upon closing the tab that it belongs too. Also the output panel should show up only on the tabs...
https://forum.nim-lang.org/t/8511#55159
Seems the way our Github Action builds choosenim ends up failing on older macOS (or at least I hope it's just old ones). ``` » choosenim 1.4.8 dyld: lazy symbol...
The procedure used to get the Nimble directory that choosenim uses will check for a ``localdeps`` directory and pick that instead of the global one. We need to make it...
So I just got this error after upgrading: ``` ~ » choosenim update devel Updating devel Downloading Nim devel from GitHub [##################################################] 100.0% 0kb/s Extracting nim-1.1.1-osx.tar.xz dyld: lazy symbol binding...
Create a ``compiler.nimble-link`` file in ``~/.nimble/pkgs/compiler-#head``.
It would be useful to see which binaries are "active" so to speak when running the `show` command.
- https://gist.github.com/dom96/bf798007e0ac2d8713d816aa0c1f9128 - This requires ``libc-dev`` to be installed. - https://gist.github.com/dom96/4eb5f8730d5dd3a395b1bba17419b37a - This is likely due to the server having only 512mb. (Can confirm that this is due to OOM...
Things to document: - [x] What choosenim is - [x] How to get it - [x] How it works - [ ] How to use it - [ ] How...