Andrew Yoon
Andrew Yoon
It shouldn't be too complicated - I think the sketch above still holds. The video encoding dependency should definitely be optional though - otherwise would risk making the build more...
Nice, that's basically the sort of approach I was imagining. To improve, I suggest using ffmpeg instead of opencv, since I think its build is generally simpler. I believe the...
Nice! I think something like that would work very nicely. Since ffmpeg and numpy are complex dependencies, I think it might be best to make video export an optional capability...
By the way, my hunch is that the slowness now is mostly related to our Qt setup. I don't expect we can get much better than this without the architectural...
And here's Lilypond's rendition: 
I'm encountering this issue as well in tinymist `0.13.14` on VS Code. Given that the problem appears to be related to the preview and editor UI sharing a single thread,...
@dennisbader apologies for my delay - looks like you beat me on the quantiles change, so I've merged upstream and removed those changes. This PR is now just the annotation...
Hey guys, I just stumbled into your awesome project via [the recent reddit](https://www.reddit.com/r/rust/comments/byyu30/vulkan_lasers_and_more_in_the_biggest_update_yet/) post announcing 0.9, and saw the request for input on your [why nannou](https://guide.nannou.cc/why_nannou.html) roadmap, and thought I'd...
Hello there! This change seems fine to me, although I think part of the fun of systemf is compiling it from nasm. Have you tested this? I'd like to get...