Results 154 comments of 阿豪

https://github.com/taiki-e/upload-rust-binary-action/issues/85 If support uploading artifacts, there is a solution ``` - uses: taiki-e/upload-rust-binary-action@v1 with: dry-run: true artifact: true - uses: actions/download-artifact@v4 - some post scripts - uses: softprops/action-gh-release@v2 ```

Should we directly convert all legal key names in this document into Rust enum?

Yes, I reproduced this bug in the rc-zip repository, and it seems that we can only wait for the upstream to fix it.

console.log is a very cumbersome thing, e.g. in some scenarios it may be better to output part of the information, otherwise it will be cluttered with a lot of useless...

Have you considered adding stdin for reading user input?

https://github.com/quickjs-ng/quickjs/issues/374 The ideal situation is that the upstream qjs-ng and qjs will be merged, but it seems that this is not going well.

Will there be a way to read user input? https://github.com/awslabs/llrt/issues/175

Maybe you should use https://developer.mozilla.org/en-US/docs/Web/API/structuredClone

On Ubuntu, It will use the quickInstall source, and on Windows, fnm will compile from source.

It is not clear whether fnm-macos is currently x86_64 or arm64, perhaps it should support both - fnm-aarch64-apple-darwin.zip - fnm-x86_64-apple-darwin.zip