Vladimir Berezenko
Vladimir Berezenko
This code will leak because a refers to b and b refers to a and there's no possibility to fix this not using WeakPtr. ```nim import threading/smartptrs type Widget =...
Removed a discardable pragma from Futures. The tag v0.3.1 is needed to be created.
Is it possible to show chat topics (like in web skype or orig skype) instead of chat IDs. They're unreadable.
Both 1.8.1 and 1.10.0 doesn't pase correctly simple code using my packets library. `nimble install packets`. ``` import std/[parseopt] import packets/packets import packets/json/serialization var uids: seq[string] packet UserAuth: var userId*...
### Nim Version Nim Compiler Version 2.2.2 [Linux: amd64] Compiled at 2025-02-06 Copyright (c) 2006-2025 by Andreas Rumpf git hash: 6c34f62785263ad412f662f3e4e4bf8d8751d113 active boot switches: -d:release ### Description nimsuggest via nim...
I've got into issue when editing some nim project and set up using socket connection in nim lsp preferences. It just stops and won't start issuing cycling errors like this:...
I'm trying to configure nim ls in vs code. Seems that I'm doing something wrong because I'm constantly getting anything except working code highlighting. The config I'm trying now is...