James Opstad
James Opstad
I'm using SuperCollider 3.9.1 and compiling the library no longer adds SCClassLibrary etc. to the project. I'm guessing the location of these directories has changed.
I have added a comment to #1671 but I think this deserves a new issue. AngularDart doesn't currently support using components inside an SVG because the elements are inserted with...
Hi, I'm just getting started with supercolliderjs and I'm not clear on the best way to receive data back from sclang. For example, I would like to boot the server...
### What is the new or updated feature that you are suggesting? It would be useful to be able to set a `context` value when initialising the router that can...
### Description Currently, to access a build manifest for a given environment, a [manifest file](https://vite.dev/config/build-options.html#build-manifest) must be written to the file system. Now that Vite can output multiple environments as...
Fixes #000 --- - Tests - [ ] TODO (before merge) - [x] Tests included - [ ] Tests not necessary because: - Wrangler / Vite E2E Tests CI Job...
Fixes #000. WIP --- - Tests - [ ] TODO (before merge) - [x] Tests included - [ ] Tests not necessary because: - Wrangler / Vite E2E Tests CI...
Fixes #000. --- - Tests - [ ] TODO (before merge) - [ ] Tests included - [x] Tests not necessary because: types change - Wrangler / Vite E2E Tests...
### Describe the bug The caching of `concurrentModuleNodePromises` implemented in the `ModuleRunner` is not compatible with the Cloudflare Workers runtime. https://github.com/vitejs/vite/blob/ec067671d019023109f974310a9cd974a4091251/packages/vite/src/module-runner/runner.ts#L233-L251 This is because it violates a constraint of the...
@markdalgleish and I discussed https://github.com/remix-run/react-router/pull/13570. That was then closed in favour of https://github.com/remix-run/react-router/pull/13748, which didn't apply the path escaping to `optimizeDeps.entries` for the `ssr` environment. This PR fixes that. Note...