Andrzej Lichnerowicz
Andrzej Lichnerowicz
In high CPU load it can happen, that Timer thread wakes up, is swapped out, and when application resumes it does not resume with timer thread, but transport thread, that...
Emojis in cell text cause column width corruption: `stringWidth` for ie. `24.2⚠️` returns `6`. I am not Unicode expert, but this is most likely related to ZWJ code points and...
Parser cannot handle a case with function-like preprocessor being called without a semicolon, even if it's not technically required if proper preprocessor were run, because the semicolon is inside the...
object and function-like `#define`'s parsers are including newline character in parsed out value. The parser succeeds but the extra character in value can cause issues while transpiling.
Scoop is a package manager that allows for easy application management in user-space (https://scoop.sh). Please provide a manifest for easyWSL in https://github.com/ScoopInstaller/Extras so it can be automatically downloaded outside and...
For many reasons, it is sometimes beneficial to keep VHD off of arcane folders like AppData. Can you implement a way to move VHD (automate stoping/exporting/imporintg via `wsl.exe`) or maybe...
While UIs are all nice, ponies and rainbows, a cli app would be perfect. Even for CI scenarios.
## Summary When registering a distribution, without `Distro name` provided, a vague error message is show that doesn't really tell anything. ## Expected Result An error with a message somewhere...
Create an interface `Cache`, similiar to `storage.Storage` that will allow for pluggable caching extensions. Caching subsystem is created with full access to Request and Response objects, to potentialy make more...
- [X] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md)? - [X] Have you ensured that your commits follow the [commit style guide](https://docs.brew.sh/Formula-Cookbook#commit)? - [ ] Have you checked that there...