Jonathan Neidel

Results 73 comments of Jonathan Neidel

@sm4rk0 > How about decreasing the score by 1 (or another value) for each bounce (in special, timed mode) with zero as a minimum value? This would required a different...

Had the same problem, as advised by @florentcigolotti I followed the pull request #7 and replaced the `if` statement on line `165` of `i3-hud-menu.py` with: ```py if (gtk_bus_name_cmd == '_GTK_UNIQUE_BUS_NAME:...

> ``` > Tunnel status: Blocked: Failure to generate tunnel parameters: Failure to select a matching tunnel relay > ``` I got here looking up that error message. It was...

Using the latest git version, it hasn't happend for me in a while. Whereas previously (some months ago) I saw it on a daily basis.

I also got errors trying to install via ansible-galaxy: ```sh $ ansible-galaxy role install mnussbaum.ansible_yay Starting galaxy role install process - downloading role 'ansible_yay', owned by mnussbaum - downloading role...

For reference: I had this issue on Unraid and the fix was to enable `Host access to custom networks` in Settings > Docker > Advanced View.

> Is it possible to get the package name "portal" in the AUR repository As per AUR convention, the `-bin` postfix specifies that the package uses a binary release (from...

Implementation that works for me: ```lua vim.api.nvim_buf_set_keymap(0, "n", "t", "(fern-action-open:tabedit) gt :FernDo close -drawer gT") ```

For me the the flow also doesn't work. (Version 4.3.16.1-ose) I can login to my nextcloud account (on my own instance), but pressing "Grant access" nothing happens, it just keeps...

Thanks @rfc2822, you're right that it was not related. For future reference the fix was as described [here](https://help.nextcloud.com/t/cannot-grant-access/64566). In my case I had to disable forcing SSL on my domain...