Vinícius Gonçalves de Oliveira
Vinícius Gonçalves de Oliveira
All applications that have the Dark theme enabled via "Apply the system theme" are not working.
> Hello! Could those who are experiencing this issue please send over the remote-ssh console logs? In regards to the initial issue is the line `[15:44:38.473] "install" terminal received data:...
> In my case, it turned out to be a locking issue with flock on the server side. I could see several flock processes in the `D` state. Once the...
> > > In my case, it turned out to be a locking issue with flock on the server side. I could see several flock processes in the `D` state....
Same here. I'm using neovim 0.9.4,. It only happens when using `require("copilot.suggestion").accept`, if I use `require("copilot.suggestion").accept_word` it works. Here's a stack trace: ``` E5108: Error executing lua: ...-unwrapped-0.9.4/share/nvim/runtime/lua/vim/lsp/util.lua:501: Failed to...
I'm having the exact same issue. It happens only when the comment parser is installed. Output of `nvim -V10nvim.log treesitter.lua` ``` Error detected while processing WinEnter Autocommands for "*"..function 4[71]..matchup#delim#get_current[1]..84_get_delim_multi[3]..84_get_delim[170]..matchup#delim#skip[13]..matchup#ts_syntax#skip_expr[1]..matchup#ts_syntax#lang_skip[1]..85_forward:...
> Hello! [vinicius507](https://github.com/vinicius507) are you still experiencing this issue? If so please let me know your current status and the outcome of trying the steps in my Oct 13th comment....
EDIT: It seems if you define pkgs in `nixpkgs.lib.nixosSystem`, it ignores `nixpkgs.config`. --- I have this same issue now. For some reason it ignores `nixpkgs.config.allowUnfree[Predicate]` settings even with `home-manager.useGlobalPkgs =...
The same issue started happening to me after updating from 1.11.3 to 1.12.1 while using Vite
> The same issue started happening to me after updating from 1.11.3 to 1.12.1 while using Vite Upgrading to 1.12.2 fixed the issue (don't forget `persistent: true`)