Matt Rossman

Results 73 comments of Matt Rossman

Have you tried setting `external: []` in the webWorkerLoader options? ``` webWorkerLoader({ external: [] ) ``` The README describes the option as follows: > *EXPERIMENTAL* override rollup resolution of external...

@theosanderson Did you try the [above solution](https://github.com/darionco/rollup-plugin-web-worker-loader/issues/63#issuecomment-1186236814)? It should resolve this.

Right, it should be exactly `external: []` (empty array, i.e. nothing will be provided externally, everything should be bundled internally). Yes, IIRC I used `@rollup/plugin-node-resolve` and `@rollup/plugin-commonjs` in combination with...

I've opened an associated [Firefox bug report here](https://bugzilla.mozilla.org/show_bug.cgi?id=1643064). One additional piece of info is that the webworker will start releasing memory back to reasonable levels if you switch tabs. I'm...

Please please add that deprecation notice. I just wasted quite a bit of time trying to learn how to use popmotion from https://popmotion.io/learn and couldn't figure out why I couldn't...

Since `KTX2Loader.setTranscoderPath` expects a path where the `.js` and `.wasm` Basis transcoder files can be loaded at runtime (i.e. not something that a bundler would know about), perhaps those files...

2 years later, any updates? I'm unable to use the `antigen` command without changing my install location. I don't want antigen cluttering my home directory.

Bumping this to note that **Shift+Option+I** now seems to be sufficient, but it still needs to be documented.

@dmarcos Is there a reason for having a separate shortcut on MacOS? I notice the shortcut is mentioned in several places in the docs -- rather than mentioning the alternate...

Is there any progress on this issue? I'm trying to make a demo much like the mousepick one that Paul shared, and I'm stuck because reactive pivots in `usePointToPointConstraint` don't...