Connor Peet

Results 134 comments of Connor Peet

That is... interesting. I'm not familiar with archived threads, a quick google indicates they're an internal V8 structure. Do you have suggestions for a fix here?

We use WASM from Node.js if we can't get valid bindings. This is the [install script](https://github.com/connor4312/blake3/blob/master/ts/build/install.ts). I don't think this problem is related to Rust->WASM, it seems to be more...

It looks like the missing native support was because the latest version was missing a file. I've updated the publish script to make sure to generate it each time. It...

We do point the `browser` and `module` entrypoints in the package.json to the webassembly version. Meteor may be picking up one of those. Sorry I haven't looked into it more...

Yea, I think this is probably out of scope at first glance, but would need to look into Polly more. Notably .NET has an official [IDistributedCache](https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.caching.distributed.idistributedcache?view=dotnet-plat-ext-6.0) interface so that any...

I think this is a good idea -- also useful for introspection/telemetry if a policy is passed down to a nested consumer

Huh, TIL that I've been living my life wrong for years

This is assuredly due to the [move to iframe based webviews](https://github.com/microsoft/vscode/issues/83188). I don't see functionality in electron's public API to open the DevTools pre-scoped to an existing target. Btw, the...

I could probably find some time to help out. Code pointers or guidance would be appreciated 🙂

This is turning out to be a little more tricky than I thought. Convincing webpack to resolve paths that don't actually exist on the filesystem is difficult; I've made some...