Mikołaj Kuranowski
Mikołaj Kuranowski
## System Information ### V doctor ``` OS: linux, Linux version 5.18.16-arch1-1 (linux@archlinux) (gcc (GCC) 12.1.1 20220730, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Wed, 03 Aug 2022 11:25:04...
The Go bindings rely on the github.com/golang/protobuf package, which [has been deprecated since March 2021](https://github.com/golang/protobuf/commit/ae97035608a719c7a1c1c41bed0ae0744bdb0c6f). The bindings should probably be updated to use [google.golang.org/protobuf](https://pkg.go.dev/google.golang.org/protobuf) instead.
XML files saved by JOSM do not include version attribute on elements. This PR fixes the assertion that version attribute is always present. 
The script sometimes crashes with the following: ``` Failed to parse API response: {"result":"B\u0142\u0119dna metoda lub parametry wywo\u0142ania"} json: cannot unmarshal string into Go struct field .Result of type []struct...
## Long story short TextFileWrapper can read more characters than what was requested. While this doesn't sound like an issue from Python it poses a problem for C, where the...
None of the extension's features work. When executing _Nim: Check nim project_ an error message _Binary named 'nim' not found in PATH environment variable_ pops up. It makes no sense;...
I'm trying to simply launch one of the examples, but child processes of `roslaunch turtlesim multisim.launch` die with exit code -9 - by being sent SIGKILL; while consuming all of...
This extension suffers from the same problem as https://github.com/saem/vscode-nim/issues/136. I have nim and nimlangserver downloaded and placed somewhere in `~/Documents`. Symlinks to those executables are then placed in `~/.local/share/bin`, which...
### Describe the bug autodoc creates very verbose signatures for functions and methods, as if the tilde (`~`) sign was ignored, whenever there's a default value with an angle bracket...
To quote `python -m wheel tags --help`: > The output filename(s) will be displayed on stdout for further processing. This should make usage in shell scripts like `FIXED_WHEEL_PATH=$(python -m wheel...