Amin Ya

Results 1114 comments of Amin Ya

I will open an issue for Hono, but, I think it is crucial to have a reference benchmark for the users when they are making a choice about a certain...

Updated to the latest version of Hono, which fixes some of the performance issues.

The LLVM installer should remove old conflicting versions automatically to avoid such errors.

You'll need to install the dependencies for building from the source https://github.com/zeromq/zeromq.js#building-from-source

The readme regarding the ARM MacOS binaries is out of date. Zeromq has been shipping Arm binaries for a long time, and so no user needs to build it from...

Can you verify if `build/darwin/arm64/node` exists once you install the package? Maybe your npm cache is corrupted

This is the part that's failing. Can you check that the full path exists by editing `lib/load-addon.js`? You can `console.log` the path before `fs.readDirSync` https://github.com/zeromq/zeromq.js/blob/4e561cf1e246fdcf6c7a67bd751b3d9841e5df0b/src/load-addon.ts#L29 It doesn't get to load...

You don't need to run a script to use zeromq. Doing that will remove the build files! Try removing your npm cache via `npm cache clean --force`. I suspect running...

You can run the zeromq install script directly. ``` node node_modules/zeromq/script/install.js ```

The PR has been ready to get merged! Waiting for someone with access.