Saúl Ibarra Corretgé
Saúl Ibarra Corretgé
I think this is the same as https://github.com/quickjs-ng/quickjs/issues/340
Good start! What I had in mind was perhaps a bit simpler: - Use the builtin SQLite module to store the Blob (probably in parts?) in an in-memory table -...
Feel free to keep pushing changes, we can squash when merging.
Thank you! I did a full review round and left some comments.
@EmixamPP I discovered the source of the problem! The `fflate` package which we use as part of the compression streams polyfill was using the Worker API while the engine was...
Nice! I'll work on it once it's available in a released version.
Please submit it to GSoC and we'll reach out!
You could use a multi-stage build that builds the frontend and then takes the existing image and replaces the files. You'd run the resulting image.
You can start here: https://docs.docker.com/build/building/multi-stage/ Basically the steps would be: - use whatever base image to build the frontend - use the latest stable and copy over files from the...
Yeah that one is not great. We have planned some updates on this area, it will take a bit to get there still, but we have plans to revamp the...