quarkw

Results 14 comments of quarkw

I actually am already manually setting the filename per host for now as a workaround, but thanks for the suggestion. Also, my comment about the file not being written actually...

I have a hacky fix for this, which uses an autocmd, and requires no manual intervention ``` autocmds = { set_font = { { 'UIEnter', '*', "call timer_start(200, { tid...

I created a relatively simple fix that keys off the "active" state of the pane https://github.com/quarkw/react-split-pane/commit/bd1f68ac9ee89a09b7086fbb70065a9457ae44f0

Added 'opacity: 0' to the overlay in case the user has custom styling on div's. It may help a bit with performance too, since the browser doesn't have to render...

> I'm getting the same error ! @RobinBeekhof I was able to workaround by installing a pre-compiled binary using nix: `nix-env -iA nixpkgs.lieer` It doesn't fix this issue, but was...

> Hi, thank's for the PR. This workflow was only created to avoid using keywords, having to add a keyword to use your changes defeats the entire purpose of the...

> Is there a solution for `S` being occupied? Visual surround - `viwS` doesn't work, because `S` deletes a line and enters insert mode. I thought I had commented this...

Someone has a fork that bumps the limit from 10 -> 30 https://github.com/CSDTs/changedetection.io/commit/69b9bc7b906763530a27288c8610a40b744a62c7 An acceptable PR would probably require something in the UI to be able to add more steps,...

This is already possible by utilizing the `vim::OtherEnd` action. If you don't use vim mode, you'll have to bind it to some hotkey. It works even if the selection wasn't...

@failable I'm on the preview version, but ah sorry, it looks like when vim mode is not enabled (settings config), none of the vim commands are available. I tested it...