阿豪
阿豪
> Out of curiosity. Can you run the REPL in QuickJS-ng just fine? https://github.com/quickjs-ng/quickjs I suspect it has something to do with my development environment settings, but I'm not sure...
> OK, I guess there is no escaping on me creating a Windows 11 VM 😅 I installed a win11 24H2 virtual machine using virtualbox, and it's ok, so it...
After reinstalling win11 24h2 it works fine, temporarily closed until others encounter the same problem
> `Event` and `EventTarget` should be in LLRT as per WinterCG. Here is a basic polyfil for them that can be used as a basis for implementation: https://github.com/mysticatea/event-target-shim/ After adding...
> This is very strange. I got over 200% speedup when implemented SIMD JSON. Can you show me the code? I found that I used debug mode for testing :(,...
tjs is also a very small js runtime llrt's small size and rust's cross-platform compilation also make it very suitable for running some dynamic scripts in resource-constrained environments such as...
Could it be a GitHub network problem? It suddenly stopped working today. ``` Found 2 artifact(s) No input name or pattern filtered specified, downloading all artifacts Preparing to download the...
Is it possible to publish wasi in ci, which ensures that the main branch can be compiled by wasm-pack https://github.com/quickjs-ng/quickjs/releases/download/v0.10.1/qjs-wasi.wasm
> Run `pnpm i -g` Successfully solved this problem It seems that this prompt does not distinguish between global installations ``` pnpm i -g @google/gemini-cli ERR_PNPM_VIRTUAL_STORE_DIR_MAX_LENGTH_DIFF This modules directory was...