Amin Ya

Results 1114 comments of Amin Ya

Is there a workaround? I am hitting the same issue when using Shelljs's rm on Windows to delete some tmp files running on Node 20 https://github.com/zeromq/zeromq.js/actions/runs/11680287554/job/32522968243 ```js > [email protected] clean.temp...

Is this ready to get merged? Can we address the essential part of my comments, or do you think this will not cause issues?

These conditions were added because it didn't work on Windows back when I wrote the code. Which versions of the compilers would work? We can allow recent versions if know...

It seems that Ninja prefers Clang over MSVC. This can be fixed in `setup-cpp` by setting `CXX/CC` to `cl`

Can you try with the latest version instead of 6.0.0?

Could you try with 6.0.8? Adding a full reproduction repo would be useful.

Thanks for the reproduction! That allows me to look into the issue.

@BrainMaestro Could you take a look at this?

The initial results comparing Hono to Solid. [Hono](https://github.com/honojs/hono) is much slower than Solidjs (up to 100 times slower in some actions). Note that I didn't sit through the 10K row...

The profiler confirms the inefficient implementation of client components in Hono. ![image](https://github.com/user-attachments/assets/030f06be-4462-427a-a743-ed38bde49d1d)