Boshen

Results 565 comments of Boshen

A documentation around `undefined`, `null` and `EitherN` would be nice 😁

I encountered this as well ``` error: creating test list failed Caused by: for `oxc_napi`, line 'Load Node-API [napi_get_last_error_info] from host runtime failed: GetProcAddress failed' did not end with the...

I can provide a unsafe `ArenaStr` API which preserves what we had before the change. We already have the unsafe `Program

> we could simply replace the Atom

Can you type alias `CompactString` and use `CompactString` as the underlying type? We'll eventually export our own version of `CompactString`.

I'm also facing this issue, and here's an observation: ``` note: Cloning into "/tmp/.tmpUPqxNn" 3: cannot determine hash of "/tmp/.tmp7VfYce/daktilo/crates/daktilo/../../README.md" ``` Notice these two tmp folders are different 😁

@MarcoIeni If you need a reproduction: https://github.com/boshen/criterion2.rs ``` criterion2.rs  main ❯ ~/.cargo/bin/cargo-release-plz update 2024-04-02T08:09:31.952062Z INFO using release-plz config file release-plz.toml 2024-04-02T08:09:32.169519Z INFO downloading packages from cargo registry in download...

Need to fix or ignore some of these breaking changes

rimraf: v4 to v5 There is no default export anymore. Import the functions directly using, e.g., import { rimrafSync } from 'rimraf.