gwisp2

Results 7 comments of gwisp2

Hi! I decided to contribute to open source and solve this issue. Current work can be seen in [my fork](https://github.com/gwisp2/keepassxc/tree/feature-formatted-notes). Qt supports documents with both Markdown and HTML used together....

It seems that Tabby sends SIGTERM and SIGKILL [in 500ms] to the shell when closing a tab. **However, when closing the window only SIGTERM is sent.** Since shells typically ignore...

After some investigation, I noticed that the shell process is spawned with many file descriptors inherited from Tabby. These file descriptors include the copy of the master end of the...

I made [a wrapper](https://gist.github.com/gwisp2/aec6b92922d6e2252263e95ce507bc98) program as a workaround. Prepend the shell command in the Tabby profile with /path/to/cleanexec. For example, replace `/bin/zsh` with `/usr/local/bin/cleanexec /bin/zsh`.

I attempted to examine this issue. While I couldn't replicate the 't.response undefined' error, I discovered that when clicking the 'buy' button, a POST request to /user/rebirth and a page...

I managed to solve that by updating the [nan](https://github.com/nodejs/nan) library, it had [a bug](https://github.com/nodejs/nan/issues/942) in previous versions. Add to resolutions in `package.json`: ``` "resolutions": { ..., "nan": "2.17.0" }, ```

https://github.com/Klipper3d/klipper/issues/4938 The problem is that avr toolchain that comes in the latest ubuntu/raspberry pi packages is buggy. Possible solutions are to use a toolchain version from the older OS releases...