Dhruvin Shah
Dhruvin Shah
This local override solves the issue for me, exactly what @akthe-at did in the pull requests. ```lua require("rose-pine").setup({ highlight_groups = { ["@lsp.type.variable"] = {}, ["@lsp.type.namespace.python"] = { link = "@variable"...
Yes correct, with diffview it is visible, not in the same color palette but yes its there. It would be great to see the similar highlights with neogit native diff...
Thanks @JamesH1978 for notifying it. I have force pushed the commit and updated the commit message.
Thank you for looking into this contribution. No the printer does not have 5 screws. It has 4 physical screws. 5th is to provide a kind of backward compatibility of...
@ahmedkhalf While thinking further, I feel that this feature requests is out of the scope of the project. But It would be great if we have some sort of hook...
it just not stb, I can have the same issue with `npm --help` as well.
Perhaps `keymap parse` and `keymap draw` can share the same argument for the layout? That way we can use `parse` to feed layout info and update the keymap yaml file,...
@TimetravelerDD, I forgot to mention at that time, but if required you can use environment variable called `DAYS` and `TIME` to see on which day and which time to run....
In normal browser are you able to access qBittorrent instance over `host='192.168.1.12', port=8080`? Is it actually https (secure) connection? I don't think it would be, can you double check that...
you can definitely give the reverse proxy a try, ```console QBIT_HOST=https://qbit.xyz.com QBIT_PORT=443 ``` Also do check that both docker container are on the same network (not behind VPN). Try opening...