Vlad Balan
Vlad Balan
@whoisandy Thanks for the great package! Any reason for why this PR was not merged? It would be nice to get rid of the peer dependency warning. 🙏
Hi @tronizx were you able to figure out what was going on?
Quick update: Not a real solution, just what we encountered: After creating a new Flutter app and rewriting the audio player feature to also implement background audio, the problem doesn't...
@misteio @tomitrescak The line with `{{_ "chooseFile"}}` throws an error because `_` is not defined. Can you explain what this helper should do?
@SamDecrock Did you ever manage to find a memory efficient way to write zip files in node?
@SamDecrock Thanks! I was actually testing `archiver` right now. I just compressed 100 files of 10MB each and no memory usage spikes! Good stuff. :)