James Fargher
James Fargher
I just ran into this exact error message. The secret sauce for me was changing the function declaration in `pkgs/default.nix` from ``` pkgs: { ``` To ``` {pkgs, ...}: {...
You have no user in the database. So I think there was likely some error with your google authentication. Do you get any javascript errors in console? Or does it...
Thanks @Phyllis01 > It just flicks up with my google menu, I select the homes.co.nz gmail log in option, then the menu disappears and nothing happens. That's interesting. Can you...
Hey @theobserver - sorry I don't have anything on hand to point you towards. It should be a pretty standard rails setup. Capistrano should handle deploys mostly but there are...
I am not using `neovide_hide_mouse_when_typing` and I think I'm describing the same bug as https://github.com/neovide/neovide/issues/1966 but for some reason this issue got marked duplicate of a issue for a feature...
> ...with or without --mouse-cursor-icon set Oh interesting. I hadn't seen that option. Setting it does not seem to fix the issue. I'm on gnome 47 wayland, default theme. I...
@fredizzimo ah okay. I can repro this with Alacritty. So something to do with Winit then? I'll see if there's an issue over there
I think I've figured out a workaround based on https://github.com/alacritty/alacritty/issues/5889. If I have `~/.icons/default` set then neovide/alacrity use this, even if gnome doesn't. Still seems like a bug somewhere that...