wesleymatosdev

Results 174 comments of wesleymatosdev

what about reviewing/merging my work from #544? I'm fine getting the bounty as a tip or with a /split later, in case there's anything that needs to be done on...

I was OOO for the weekend. I want to get this working but search pipe is not working here, (likely #1001)

reinstall fixed it. I'm back working on it.

did you considered open source alternatives to h265 such as av1 or vp9? the original app/tauri browser is webkit based thus it supports h265, chromium pays royalties to have it...

Hi @louis030195, I've taken a look at the deno/rust files, and I'm wondering why everything is set up on rust instead of letting the deno file run the parallelism. They...

ideally we could have common js code -> run through through our deno code that uses the Thread package (and therefore can be parallelized without the hurdle of users doing...

I heard that Deno has significant challenges making its runtime compatible with Node. I think there's a high chance we’re missing something Deno would natively do in case we use...

> but the tricky part is going to be how to decide how to mix it in with the existing multi-threaded runtime Yeah, I think we can have issues with...

> rust -> run deno cli that runs some js code that imports all pipes and runs them That's precisely it. deno is mostly Node-compatible (source: [Node APIs](https://docs.deno.com/runtime/reference/node_apis/)). So we...

just looked at #462. it looks way cleaner now. did fetch and the other async stuff you used work properly?