Jack Moffitt
Jack Moffitt
I wonder if any of HEVCasm could be used in [Daala](https://github.com/xiph/daala). Is there a reason you don't have NEON support? cc @tterribe @tdaede
No comment about the results?
Work for me.
Just FYI, if you use nushell on windows, atuin works just fine except that it puts config in a strange (for Windows) place of `~/.local/share/atuin`. I suspect there are appropriate...
This can't be easily removed. I tried this as well and gave up. The core issue is that during flow construction we need to mutate these unsafely, but once hte...
@ms2ger That may work. I think get_mut was not available on Arc when I tried this, although I had a discussion with @aturon about this in Whistlier, and perhaps they've...
Using Arc directly is the desired outcome. How to reconcile this with flow construction is an exercise no one has completed yet. I'm pretty sure when I tried was right...
@SimonSapin It should be noted that @aturon was interested in helping us solve this, so if get_mut is insufficient, we should definitely talk to the Rust team about what options...
@ms2ger What is UB?
Does the deserialized Arc have its strong reference count reset to 1 or something appropriate? I think @antrik's point stands about this causing memory leaks if care is not taken.