Max Netterberg
Max Netterberg
This icon has till property set to a blue color. However only the dot color changed. The name of the icon is: IoHelpCircleOutline. I don't know if it is only...
**Describe the bug** During runtime Tauri interprets SharedArrayBuffer as a variable when checking instance types using instanceof. For example this code: ```javascript console.log({} instanceof SharedArrayBuffer); ``` would throw : ```...
Sometimes you are downloading large files or running cpu intensive jobs in a script. In those cases it would be nice to show a progress bar in the terminal without...
Creating a brand new presentation like this: ```py from pptx import Presentation pp = Presentation() pp.save("text.pptx") ``` Creates a test.pptx file which microsoft office cant open and needs to repair....
I use this autocmd which works really well. However when I restart the tsserver and then save the file the autocmd breaks. This is the autocmd: ```lua -- Remove unused...
Hi! Thanks for working on the typescript go project. I'm having an issue with the LSP. When i start it together with Neovim it causes Neovim to freeze and rapidly...
Without tmux node loads properly when opening new panes/windows it's not loaded and when I try to load it with `nvm use lts` this happens: ```sh [I] me@me-MacBook-Pro-2 ~/Projects/dotfiles (main)...
If you have a persistent job in a float it would be nice to allow that float to resize when you resize your terminal window. This is useful when using...
It would be nice to have opentelemetry support for this library to debug long running db queries etc. Any thoughts around this?