Felix
Felix
I had the same issue it crashed at frame 98
There is an issue that this preset cannot work with preset-react https://github.com/davidje13/neutrino-typescript/issues/1
I would like to know is there a way to disable the binarization step completely, as my input source will be greyscale Uint8Array already (each element is a greyscale pixel)...
For anyone interested, I had luck cross-building a linux/arm64 version of apache/age on linux/amd64. It should be possible doing so in a macbook with arm-based m1/m2 chips. I'm following instructions...
I use the DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER=1 and it works, then I removed the env it failed again. The env is mandatory for a successful build. I'm on archlinux x64.
Hi @bogobogo! Thanks for your detailed feedback! 👍 I was too thinking of using fluid framework a while ago, but last time I saw their communication protocol is much more...
**Update 2:** [After reconsidered the problem, I am convinced that Option 2 should be the way to go.](https://github.com/sep2/immer-yjs/issues/1#issuecomment-1062785824) **Update 1:** Option 1 is already implemented with a slightly variated version,...
@bogobogo After reconsidered the problem, I am convinced that Option 2 should be the way to go. If you would like to submit a PR to implement Option 2, I...
This is so cool! Sorry, I'm too busy with other things to catch up on this issue. In fact, I encourage forking this library and modifying it as needed, since...
This is a tricky one: 1. immer itself is not very good at supporting custom classes [docs](https://immerjs.github.io/immer/complex-objects/) . Which basically means for the writing side of the API, we should...