Hugo
Hugo
v2.0.0 is out
This might be bikesheding, but IMHO, 120 seconds should be fine. That would cover even very high-latency connections, but avoid an indefinite wait. ctrl+c might not be possible everywhere; I...
Darn, I can reproduce this on my insurance provider's page (but the page is not public; you have to log in to get there), or other similar non-public pages. Lemme...
I found an example of a site that prompts over and over even with no visible login fields: https://app.satoshitango.com/settings This site _does_ allow public registrations, AFAIK.
I guess you can use https://github.com/KDE/layer-shell-qt if you want to implement something native. Mind you: the current ones **are** native dialogues. The problem is that dialogues for background applications don't...
nix-provided LSPs can be sandboxed with [bubblewrap](https://wiki.archlinux.org/title/Bubblewrap). I used this briefly and it worked pretty well. I eventually moved from nix to just using my distro's packages, so don't have...
Oh, that's very useful! The Pythons script is a very handy entry point, but also FBInk looks pretty useful for a future project I have in mind!
> ERROR: Can not execute `setup.py` since setuptools is not available in the build environment. Was setuptools installed in that python installation? Does this work? python -c "import setuptools" &&...
This is currently not possible, but it could potentially be made configurable.
I'm using the following config: ```dosini [calendars] [[birthdays]] path = ~/.local/share/contacts/cards/ type = birthdays color = light magenta [[calendars]] path = ~/.local/share/calendars/* type = discover ``` And all calendars render...