Anders

Results 10 comments of Anders

Yes, it seems @MMK21Hub is right, is there a workaround? Maybe it is possible to remove Prompt's SIGINT (Ctrl-C?) event listener, or to attach a new event listener that catches...

Yes or pass-code at https://github.com/alpernebbi/pass-code. It is not currently possible to use QtPass and one of these extensions at the same time, I think. It might be relatively easy to...

This is still an issue but "Lazy hide on lose focus" fixes it and is an adequate workaround. Only difference is the auto-hide on lose focus is delayed by a...

The script I use has: `export BORG_REPO="ssh://[email protected]:22/path/to/borg/repo/on/server/repo-name"` `export BORG_RSH="torify ssh -i /home/myusername/path/to/mysshkey"` It also exports BORG_PASSPHRASE. Then it just does a borg create command followed by a borg prune and...

Apparently it is best practice to use torsocks instead of torify, but they are identical. [documentation on torsocks](https://gitlab.torproject.org/legacy/trac/-/wikis/doc/torsocks)

My goal is to have a menu option the user can select to update Simplex, if it needs to be updated. The menu item should either do nothing or be...

I would like to avoid using 39MB of bandwidth just to check if an update is necessary, because this also makes the user wait a long time even if no...

Is there a way to have both in one project with vite-plugin-node? Enabling vite-plugin-node config disables compiling the frontend for me.

I think I might be having the same issue. When I add the config for vite-plugin-node, it compiles the server, but it stops compiling the client. Is there a way...