blitzkrieg
blitzkrieg
https://github.com/n00mkrad/flowframes/blob/dd98b02355ea75ca3051c1c174af930d08a65692/Code/Os/OsUtils.cs#L286 I use [Parsec](https://parsec.app/) to connect to my other Computers on my Network (paid version). Their paid version includes a feature called "Virtual Display Adapter", it allows me to effectively...
I couldn't find any documentation on this after searching other issues / reading FAQ, but after playing with the application a little bit I noticed that the GUI application finishes...
**Environment** - OS: Windows **Describe the solution you'd like** I would like for the "Export Scan Results" function to include a boolean property indicating whether or not the entry is...
Nushell 0.108.0 adds support for a simpler completion syntax. See more here: https://www.nushell.sh/blog/2025-10-15-nushell_v0_108_0.html#simple-syntax-for-simple-completions-16789-toc Right now, syntax highlighting breaks when using that simple syntax. We should add support for this new...
This PR addresses the problem of the `print` and `inspect` commands leaking their output to the LSP, causing their outputs to be misconstrued as LSP messages. It does so by...