Mo
Mo
@bschwind Did you make sure to do `cargo update` and check the `Cargo.lock` to make sure it has picked up the new branch? Cause in my case a simple `cargo...
Now I think it comes down to our difference in our M1 machine's macOS version. I've built on Ventura, but you're building on Monterey. I suspect Ventura uses a newer...
Yes, it does indeed fix it for me. I will keep monitoring as well, you can wait a bit longer until [our alpha launch](https://noor.to) in a couple of days and...
@bschwind Intel users did not report any crash so far!
@skywhale I'm getting an error message trying to use this branch with bundled flag on macOS: ``` cargo:warning=In file included from src/wrapper.cpp:1: cargo:warning=In file included from src/wrapper.hpp:8: cargo:warning=/Users/mo/dev/noor/target/debug/build/webrtc-audio-processing-sys-4ab82baded4bbe6f/out/include/webrtc-audio-processing-1/modules/audio_processing/include/audio_processing.h:26:10: fatal error:...
Unfortunately FlashList falls short for inverted usecase, messages frequently overlap over each other and it doesn't support sticky items properly while inverted. We recently had to switch to FlatList. We...
@nandorojo Yes. But also I noticed a new thing. Clicking one of our menu items caused the crash, but in production it was fine.
I'll try again with Animated FlatList with this suggestion
@bschwind found the solution! turns out audio processor has a signal that you need to set before processing capture frame called `set_stream_key_pressed` to indicate a key was pressed in this...
@bschwind I'd love to but It's based on #23 what should I do?