beardedsakimonkey

Results 3 comments of beardedsakimonkey

> We could consider breaking with upstream on this and making `buftype=prompt` always ignore `'modified'` as it did before that commit (which I would argue is the less surprising behavior)....

Hi, I've noticed this issue as well and it doesn't seem to be fixed despite https://github.com/TeamPiped/Piped/pull/730. Wild guess, but it seems like setting [`defaultPlaybackRate`](https://github.com/TeamPiped/Piped/blob/d21f17ef2e6c1a37005e57ff811df8250e85b21f/src/components/VideoPlayer.vue#L524) should happen before the call to...

Here's a producer that sorts buffers by `lastused` and excludes the current buffer ```fnl (fn get-sorted-buffers [request] (fn [] (let [original-buf (vim.api.nvim_win_get_buf (. request :winnr)) bufs (vim.tbl_filter #(and (not= (vim.fn.bufname...