Dominic Elm

Results 31 issues of 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...

enhancement
help wanted

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...

help wanted
effort2: days
comp: lib
p4: nice to have
type: feature

enhancement
help wanted
comp: lib
p4: nice to have

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...

addition/proposal
needs implementer interest

[](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...

bug
help wanted
:dollar: Funded on Issuehunt

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...