Steven Allen
Steven Allen
Note: the only reason we didn't do this before was performance. That may still apply, but it would be nice to investigate that.
An alternative is to FFI the other way around: 1. Make a small rust crate that builds badger and exposes the relevant methods over FFI. 2. Do this all in...
We should refuse to start, but we shouldn't _hang_. This error indicates that the repo has been corrupted somehow (or maybe wasn't initialized properly?). We should: 1. Track down _why_...
Do you enable garbage collection (`ipfs daemon --enable-gc` or `ipfs repo gc`)? If so, I believe we have some races where the garbage collector may remove the root if run...
Note: > Error adjusting window size: (cl-assertion-failed (eq 10 (char-after))) This comes from term's `term-reset-size` function, which is called from `window-adjust-process-window-size-function` whenever window sizes change. It's likely just a symptom....
I'd actually like to make this the default but, IMO, we should also automatically un-fullscreen the current window whenever the current workspace's frame is reconfigured (`window-configuration-change-hook`). On the other hand,...
I would ship this in the next feature release, but not in stable as it pulls in new wasmtime versions (risk) and fixes a long-standing bug that only affects macos.
(although I'd still like to get it merged...)
It's supported in emacs 29.
Webp, yes. But you have to tell emacs to animate images if you want that (and, IIRC, you have to keep telling it to loop them).