Lajos Koszti
Lajos Koszti
Hi! I added the removeParam method in v2.1.0
At the moment it's not possible, it just drops comments. :(
I found, that the [builtin `commands`](https://github.com/nvim-telescope/telescope.nvim/blob/master/lua/telescope/builtin/__internal.lua#L343) would work incorrectly if I remove the `+ 1`, but I don't understand why. It uses `nvim_feedkeys` to execute a command, before the feedkeys...
> If you can give the PR a try, that'll be helpful. Sure, it's #2850, right? My code works correctly with it, but executing a command with `Telescope commands` will...
> Pushed another commit. Should fix this as well. Just throwing `vim.schedule` around everywhere 😆 That works, thanks. I'm still worried a bit about regressions. Do you have an idea...
It turned out it happens only with one of my containers. Opened a ticket for the other extension. Thank you!
I figured out the issue and it turned out that the issue was that my user agent was changed to chrome in the container, so the [isFirefox()](https://github.com/keepassxreboot/keepassxc-browser/blob/3f378ecb944d8bb08057205e19dc32201f2e7485/keepassxc-browser/common/global.js#L29-L31) function returned false,...
Is it possible to merge this and publish a package without the tests? I don't pack node_modules, it's just a disturbing warning during extension development in chrome when you load...
> Please make sure that these changes are focused on the mentioned area and don't impact other product functionality, because I see that a lot of backend code is changed....
Hi! I have started to pick some low hanging fruits from the sonarcloud issues: https://github.com/photoview/photoview/compare/master...Ajnasz:photoview:sonarcloud My approach is to split the logic inside the functions into smaller functions, so the...