saucoide

Results 12 issues of saucoide

Is there any way to both output to the pager & to a file? something similar to psql's `--log-file` ? right now if you enable output to file there are...

@ https://github.com/abrochard/kubel/issues/126 Changes the evil keybindings to be under normal state instead of motion Not sure if safe to merge as maybe people already expect 'motion and could break things

I'm not sure if currently the mappings are done under the `motion` state for any particular reason, but i ran into issues with e.g. my leader key not working since...

There seems to be an issue when the `prefers-reduced-motion` is enabled* , segmented controls render the active Item incorrectly in all browsers The div that contains the label & input...

console.compile with the "single" param throws an exception when there are multiple statements, never allowing to adding newlines to a pasted code block (gh-121610) This add a few extra checks...

awaiting review

### Steps to Reproduce 1. Add a `breakpoint()` anywhere in a test 2. `rye test` or `python -m pytest` ### Expected Result It would drop you in a `pdb` session...

Adds a flag to check if the helper is active, interrupting it instead of opening a new instance if so This is to stop F1 from opening multiple instances of...

awaiting review

Currently [oil.nvim](https://github.com/stevearc/oil.nvim) buffers get highlights for directories, icons, etc which clash with the rest of the buffer and makes everything look dark grey font on darker grey background and looks...

An initial attempt for supporting this https://github.com/chipsenkbeil/org-roam.nvim/issues/82 I'm not very familiar with lua so it's likely I missed a better way to do this, but happy to change it It's...

It would be useful to be able to customize the node-completion table, similar to emacs's org-roam, so that node-find would work with a combination of alias, tags, etc. These are...

enhancement