Federico Abella

Results 24 issues of Federico Abella

Running Ubuntu 21.10 with 2 monitors. The overview on the left-most (main) monitor is larger than the other one, and not centered (rather pushed to the left). Haven't found any...

Would it be possible to add functionality to change the tray icon to a custom one? That'd be nice to have so we can make it match the desktop theme.

### Did you check docs and existing issues? - [X] I have read all the which-key.nvim docs - [X] I have searched the existing issues of which-key.nvim - [X] I...

bug

Running tests using the extended or full rulesets when some components are present, causes multiple `Not implemented: window.computedStyle(elt, pseudoElt)` errors to be shown via `console.error`. This does not happen with...

Running tests with the extended or full rulesets when there's text present causes `WARNING` messages from Pango to be displayed, that don't appear when using the base ruleset. Unsure as...

I just tried this out with a Workshop mod (Clank! Scripted, id=912353521), and the script misses a lot of files which are not downloaded. I think it is skipping all...

### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? After setting up bufferline with the minimal configuration (just calling `require('bufferline').setup...

bug

Hey there! When pre-fetching, I'm getting an error on a particular url which just doesn't allow the tool to go on. I've checked the url and had no issue downloading...

This is basically a copy of #10. I commented there, but given it's closed, it might get lost so just repeating that here: I can share what is being run...

I've just set up nvim so that treesitter takes care of folds: ```vim vim.opt.foldmethod = "expr" vim.opt.foldexpr = "nvim_treesitter#foldexpr()" ``` This works fine on other languages (i.e.: lua), but on...