Friedrich von Never
Friedrich von Never
Yep, I approve this. We've been having a similar problem with `Atom` type, and that's been resolved recently (with C# records). I think a similar approach should work for boxes?...
I will try to take care of that issue in the nearest days if noone else is interested.
@psmolinsky please note that the package is **deprecated**. Use [ts-node](https://github.com/TypeStrong/ts-node) instead. You can find the deprecation notice in the README.
Folding / expand selection difference (`folding.ps1`). Main:  PR:  Trailing spaces are no longer considered a part of the block. This is incorrect and we'll need to fix it...
I think it could happen in case the document model was suddenly desynchronized between the editor and the LSP server. Could you please get the IDE logs, noting the exact...
Hopefully the clipboard sync shouldn't be an issue here: we do not query the clipboard anywhere in the plugin; we only look at the active document and sync it with...
@winks there's a [Package Triage Process](https://chocolatey.org/docs/package-triage-process#package-is-outdated). Have you tried to follow it? We really need some active maintainers for lein package, because it creates problems for everybody: https://github.com/technomancy/leiningen/issues/2139
While we are at it, let's also review the current number formatting code and whatnot (and either fix in scope of this issue or extract into a separate one), and...
The easiest way (supposing you are on Windows) is WSL, but why do you need that exactly? I'd say that it should be enough to just implement the proposal, and...