Braden Wong

Results 32 comments of Braden Wong

Thank you guys so much! I saw this thread and changed my implementation from `recorder = new RecordRTC(stream, options);` to `recorder = new RecordRTC(stream.clone(), options);` and it solved all issues!

Stumbled upon the same issue and fix independently today, was crashing local development. Good to see a fix and hope it gets merged soon đź‘Ť

> My workaround was to use a db.execute and pass objects into the sql`` template. This works well as a temporary solution! You could also do a hybrid approach where...

Just in case anybody else is stumbling upon this issue—opening the Tauri app in Chrome under port 5173 (or whatever port you have configured) enabled me to solve the issue....

This guide is amazing for Astro + Vue, icons were not working when imported in Vue components until I switched the compiler option from `astro` to `vue3`. I noticed that...

Same here. Tried to upgrade my extension to Svelte 5 and was getting a ton of issues. Eventually, I realized that even a skeleton project that is Svelte 5 rather...

Adding to @thewh1teagle's solution, I just wanted to leave a quick guide for anyone facing similar issues in the future. First, I created an `accessibility.rs` file. Note that I created...

@thewh1teagle agreed, I tried to find other options to avoid it, but decided to bite the bullet on this one just for added convenience for users! Thank you again for...

Hey everyone, sorry for jumping on this thread so late—I finally have returned to development a few months later! I added a cancel button in the 4.0.0 release #108 and...

Hey @AdamSobieszek , thank you for the feature request! I apologize for the late response, but I remembered this feature request and this has been fixed a few months ago...