Artur Dumchev

Results 29 comments of Artur Dumchev

I want my web app to run on desktop and mobile devices like native app, offline, with notification support and possibility to distribute it as an anroid .apk. Which is...

Good news! There is a library [page-renderer](https://github.com/spacegangster/page-renderer) that uses GoogleChrome/workbox inside. I was able to pass lighthouse audit (pwa test) which confirmed that my app is a PWA. Here is...

Yes, I think docs would be enough. I also created an example project https://github.com/Liverm0r/PWA-clojure

Yest, it's quite annoying when NvimTree or Tree in DiffView are resized as well.

Same here. As an illustration, I want all Gitsigns and Telescope commands to be close to one another.

I close windows with mapping that does `:q`. Don't know what may cause this behavior. Lets maybe wait for a while if anyone has the same problem.

related https://github.com/neovide/neovide/issues/2324

I remapped cmd+q (and lots of other cmd hotkeys, like cmd+v/c/w/s for paste/copy/close/save respectively) for neovide to be alt+q, and mapped alt+q to exit in vim. [karabiner settings](https://github.com/Liverm0r/dotfiles/blob/master/.config/karabiner/assets/complex_modifications/1234504.json) I gues...

We even have a [PR](https://github.com/folke/which-key.nvim/pull/486) that solving this issue!