David Alsh

Results 76 issues of David Alsh

This PR introduces Rust future execution concurrently on the local thread without blocking JavaScript execution. It's still a work in progress, requesting comments for ways I can improve the implementation...

Hi all, this PR adds a method to construct a `Loop` from an existing pointer address. My use case is reusing the Libuv bindings you have with an existing libuv...

Hi, I have written a wrapper util on top of `ipc_channel` that handles the handshake, swapping channels between the host/child and adds a request/response API. The performance on my M1...

Hi all, I'm interested in contributing to Cosmic and am starting out with figuring out the dev loop. I am wondering how the core team is set up for developing...

# Problem My Cargo workspace has multiple entry points that compile to executable/bin or dylib targets. Currently, when placed within a workspace, Cargo will attempt to combine their dependencies where...

C-feature-request
A-dependency-resolution
S-triage

Hi, are you still using the npm package name? I have a project I'd love to use the name for, any chance you'd consider reassigning ownership? 🙏

Hi all, Please close this issue if this is already possible - it doesn't seem to work currently When using an `if` statement, an else block must be present ```c...

Hi, thank you for developing this software - it's fantastic. Would it be possible to add in a time-series/output that counts the number of requests, grouped/counted at a specified unit...

There were two issues: - `env.from_js_value()` was failing at runtime for wasm builds (I'm not sure why atm) - Changed this from `env.from_js_value` to manually constructing the target struct -...

I'm experimenting with the http example [here](https://github.com/Xudong-Huang/may/blob/master/examples/http.rs) and using [oha](https://github.com/hatoo/oha) to benchmark it. On my machine I am able to get around 400k requests per second with an unmodified version...