losnappas
losnappas
Why? Easier to do it from the content script...
What happens when there's a website with multiple videos that can be recorded? There's only 1 audio context to avoid ramping up volume every consecutive run. Guessing you lose audio...
Data seems to get sent. Get absolutely nothing back. Should maybe display a "lost it" message til something better.
Happens because it just takes the first from the queue so If I got a 8sec and a 5sec going on then they will get mixed when the 5sec ends...
Many programs show loading bars etc. that "re-print" the same line instead of always a new one. In a kakoune fifo buffer, I could (in theory) react to control characters...
### Feature I would have `` do both things (whatever-I-bind-it, _and_ the cancel-operation), than not follow my binding at all. ### Usecase I want to bind `` to leave the...
I have config like ```kakounescript set-option buffer lsp_servers %{ [pylsp] root_globs = ["requirements.txt", "setup.py", "pyproject.toml", ".git", ".hg"] settings_section = "_" [pylsp.settings._] # See https://github.com/python-lsp/python-lsp-server#configuration # pylsp.configurationSources = ["flake8"] [basedpyright-langserver] root_globs...
Fixes https://github.com/tavianator/bfs/issues/42 This is entirely vibe coded, I don't really know C that well. It seemed to work, I didn't benchmark it (not really relevant for my use cases), I...
**Describe the bug** I run e.g. `treefmt --stdin test.js < test.js`, but no changes. Neither for json files. But file does change if I run `treefmt test.js`. **To Reproduce** Steps...