tison
tison
You can find the whole code in this PR - https://github.com/apache/opendal/pull/4871
@richerfu Thanks! After version bump there still be some compile error: ``` $ pnpm build > [email protected] build /Users/tison/Brittani/opendal/bindings/nodejs > napi build --platform --features "${NAPI_FEATURES:-}" --target "${NAPI_TARGET:-}" --release --js generated.js...
You may pull in https://github.com/apache/opendal/pull/4871 and build `bindings/nodejs` with: ``` pnpm install pnpm build ``` to test locally.
@timakin This is quite a big downside for other project adopt it. As per #50 I add a helper function: ```go // sneakyBodyClose closes the body and ignores the error....
> async-io doesn't do this, you may be thinking of [async-global-executor], which is largely async-std specific. In smol you typically create your own [Executor](https://docs.rs/async-executor/latest/async_executor/struct.Executor.html) and pass it to your code....
@notgull Feedback received. I understand the situation here now. You can keep it open for further improvement if anyone would spend time to allow dedicated `Reactor`s.
@Alexhuszagh since https://github.com/rust-lang/rust/pull/86761 brings most of fast-float code into Rust's std, I wonder if we don't need to maintain it outside the std anymore? Or is there still any gap...
Thanks!
FYI You may also be interested in this issue https://github.com/rust-lang/libs-team/issues/683
@Xuanwo what is the progress of this issue? I saw #4141 has been superseded by #4309, but perhaps the original issue is yet to resolved?