Dominik Picheta

Results 107 issues of Dominik Picheta

``` nim blah[(foo mod bar)].send(msg) ``` `foo` and `mod` are highlighted as keywords.

Bug
Low Priority

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...

Feature
Low Priority

https://forum.nim-lang.org/t/8511#55159

Bug
Hacktoberfest

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...

Bug

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...

Bug
High Priority

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...

High Priority
Distribution

Create a ``compiler.nimble-link`` file in ``~/.nimble/pkgs/compiler-#head``.

Feature
Low Priority

It would be useful to see which binaries are "active" so to speak when running the `show` command.

Feature

- 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...

Feature
Messages

Things to document: - [x] What choosenim is - [x] How to get it - [x] How it works - [ ] How to use it - [ ] How...

Documentation