mesmere

Results 5 comments of mesmere

It looks like onedark actually checks `vim.opt.background` in order to decide whether to set the light theme. This workaround seems fine until it's fixed (lazy.vim style): ```lua return {{ "navarasu/onedark.nvim",...

Honestly if the `Content-Disposition` header is set at all it should override whatever default behavior `FilesPipeline` has going on. Or maybe it could be a configurable option. [My approach](https://github.com/mesmere/avcx-scraper/blob/132325fb0c572c585ee82d53fc8a7cb646560a3b/avcx_scraper.py#L8) just...

> It uses many separate insert statements, instead of one as it should. Or it could use COPY. The problem is that we can't know the parent ID for each...

Same issue here, some more detailed repro- ```toml "ui.highlight" = { fg = "ui_highlight_line_text", bg = "ui_highlight_line" } ``` Ctrl+S to save a cursor to the jumplist, then \ j...

For me on a newer phone the 15.x slowdown is mostly only noticable when loading the file, bringing up the keyboard, and inserting or deleting newlines (anywhere in the file,...