Denis

Results 37 comments of Denis

I think I understand now what the problem is. It only happens when the image touches the other edges of the screen (top or bottom in standard mode) and I...

I successfully migrated to [byedpi](https://github.com/hufrea/byedpi). It has a ton of different bypassing algorithms and the one that worked for me is `oob`. I run it like this: `ciadpi --oob 1`...

I solved this by using `editor.action.referenceSearch.trigger` instead of `editor.action.goToReferences`. It does basically the same, except that pressing `Enter` does not close the window, so I mapped it manually. settings.json: ```json...

https://github.com/raitonoberu/sptlrx/issues/66#issuecomment-2870022284 sorry, no time to investigate the issue due to full time job. will probably take a look these weekends

I migrated lyricsapi to use itunes for fuzzy searching and lrclib for lyrics and it works fine - https://lyricsapi.vercel.app/api/lyrics?name=nirvana%20breed However, something still needs to be done for those who use...

This is how pretty our `.toml` config would look. Any thoughts? ```toml [style] align = "center" [style.current] foreground = 0xffc0cb [players.spotify] enabled = true cookie = "qwerty" priority = 1...

If you leave the whitelist empty, the first available mpris player will be selected. The whitelist is useful if you have one or two primary players and want to ignore...