Doug
Doug
Using postMessage on a Worker or MessagePort throws `UnimplementedError: structured clone of other type `. when passing a SharedArrayBuffer. This is when using dart2js to compile workers to javascript. I...
Safari throws an error when loading with a content security policy that doesn't include 'unsafe-eval' in script-src. It seems to be the odd man out. I don't know what can...
After uploading a release and running the recommended install commands for **Apt Repo Usage** I get signing errors, I can bypass that by adding a [trusted=true] flag but still get...
Compiling for wasm needed a conditional define in order to properly define the entropy function. I created a PR, its a small change, I'm not sure __WASM__ is the right...
The latest ember-cli version I could get it to work with is 3.3.* It looks like the function being patched by the addone https://github.com/ember-cli/ember-cli/blob/02b581c4dbea517cd4855ab0426872c058536a9e/lib/broccoli/ember-app.js#L1535 doesn't exist in later versions. Will...
I decided to catch up with emberjs canary today and discovered that Rhino will no longer run the ember handlebars precompiler as of handlebars v2.0. I ended up doing some...
Hi, I have written a set of packages that can be used to load [SQLite3MultipleCiphers]( https://github.com/utelle/SQLite3MultipleCiphers) similar to the the [sqlcipher_flutter_libs](https://github.com/simolus3/sqlite3.dart/tree/main/sqlcipher_flutter_libs) package, along with a drift compatible database package. These...
My company is migrating our browser client to rust-wasm, and I'm wondering if there are any thoughts towards TrackJs supporting that environment? Currently we are planning on just wrapping the...
The Webassembly API should be namespaced by ```WebAssembly``` but several of the extension types are not properly annotated so they try to find the various type constructors in the global...