Dominic Elm
Dominic Elm
Since Node.js v10.0.0 `crypto.DEFAULT_ENCODING` is deprecated and the default value is now 'buffer', which makes methods default to Buffer objects. I am running into an issue where `Buffer.from` is called...
As I found, this library is already very fast and with two instances on the same page I get roughly 59 FPS on average. So rendering seems to be quite...
We are currently using BrowserFS for our project and so far it works well. Great work! One thing that we have encountered though is that we use it in a...
This PR extends the cafs object with `cafsDir` and `getFilePathInCafs`. Furthermore, some types have been moved into a separate `@pnpm/cafs-types` package.
`wasm-pack` uses `wasm-opt` and it tries to download the binary for it when it gets executed. However, if you run this on an M1 it gives the following error: ```...
The specification talks about the [`initiator`](https://fetch.spec.whatwg.org/#concept-request-initiator) but it's not exposed to JavaScript. At [StackBlitz](https://stackblitz.com/) we have a concrete use case for [WebContainer](https://blog.stackblitz.com/posts/introducing-webcontainers) to run Node.js natively in the browser. More...
[](https://issuehunt.io/r/sindresorhus/electron-serve/issues/17) When I am serving a specific directory the devtools always complain that the source maps couldn't be loaded. That also makes sense cause Chrome will try to fetch those...
There are a few things that we still need to add. In particular, it's the following items: - [x] use latest version of everything (General) - [ ] category for...
I think we should really have some e2e tests for this project to ensure that, when new features are added, we don't break existing functionality. My preference would be to...