sdwoodbury
sdwoodbury
In [this](https://github.com/Satellite-im/Warp/tree/feat/record-audio) repository I made a tool that managed to write a fragmented mp4 file. This was accomplished by fixing a bunch of bugs in this repository (wrong reported box...
This PR removes a lot of calls to unwrap. The ones left in are guaranteed to not fail. I added a new error type and may have not used the...
**Problem** using the `value` attribute for an `input` allows for clearing the content of the `input` from within a callback. `textarea` should be able to do this too. **Steps To...
when a conversation is displayed, messages are "grouped". I think that messages should be grouped in a way that doesn't require rendering additional elements. Currently the additional elements involve MessageGroups,...
I found the need to cross compile opus and use environment variables to point to the `.a` file. I feel that it would be better if the `build.rs` script didn't...