Ray Foss
Ray Foss
@Jack-Works The issue is with named exports... LoDash Needs them more than any other package I use. They are outright not supported by the Synthetic Module Importer so if you...
Theoretically you could create a backward compatible exports as long as you specify every possible entry point file. Alternatively, bundlers like Vite will use non-standard package.json entry points like the...
I'm also seeing this in Stackblitz web containers... What operating system are you on? was your connection choppy? do small images have the same problem? How are you uploading the...
Stackblitz has a ton of issues with local images, specially ones imported from a Github repository. This is not a slideEv problem. There is also an issue where if your...
Whats the best workaround? I'm using vite-node directly. Best workaround I can think of is involves nodemon, but there's gotta be a better way.
We could use it directly in the browser without any bundlers with a small ESM wrapper `const ajv-formats = await import('https://unpkg.com/[email protected]/dist/index.js'`, that's a dynamic import, but a static one SHOULD...
Having a similar issue in Vite, you'd ostensibly have the same issue in Deno and php-js. The main culprit seems to be the `sax` package... which expects tons of global...
I'm on Fedora, ran uhlhosting's steps and I get "make: *** No targets specified and no makefile found. Stop." Has anyone here gotten this to build?
@pornel thanks for the tip. I had ran `./configure` but it runs into an error `configure: error: no nasm (Netwide Assembler) found` :/ I'm looking into it. Update: Success! on...
> there is quite many more chains of require calls in the readme do you have merge access?