mash8
mash8
Tests keep failing because of `Uncaught TypeError: h is not a function` trying to figure it out. On further investigation it's crashing while trying to print why it crashed... Real...
Getting it locally as well yeah. I'm gonna give it a shot on a Linux machine see if it makes a difference. Also another idea.. do you know where the...
Tried running the tests on deno 1.x and it worked. I guess the js build files don't work in deno 2.x. Need to figure out how to update them. There...
Looks like the files came from here originally https://github.com/jedisct1/libsodium.js. I'll try and update them and see what happens.
I hadn't heard of `libsodiumjs` until I started looking into this. It would be easier to just use that... but I it'd be nice if this was working for Deno...
Btw @eliassjogreen I noticed you're also apart of the https://github.com/denosaurs/opus repo. I created a fix for that repo here https://github.com/denosaurs/opus/pull/3. It's a lot simpler than this...
According to https://docs.deno.com/runtime/fundamentals/node/ We should just have to replace: - `__filename` with `import.meta.filename` - `__dirname` with `import.meta.dirname` Tried doing it myself but I can't figure out how to build the...
I'm working on a fix. Gonna take a bit of time... You can temp fix it by staying on deno 1.x