Michael Ekstrand

Results 101 comments of Michael Ekstrand

@jcubic Thinking about this, is there a reason it needs to check that `fs.promises` is actually promise-like? I see why it needs to check if you just pass `fs`, but...

It's being discussed over at Deno, and this comment gets to what's happening here: https://github.com/denoland/deno/issues/21795#issuecomment-1903901348. I think there's a decent case to be made either way — it looks like...

Deno folks are also working on a patch: denoland/deno#22030

I have confirmed that denoland/deno#22030 fixes this on the Deno side, so the next Deno release (due tomorrow) should work.

Are you providing any command line input to the program? The Hello example takes user IDs as command line parameters.

Eclipse will have some kind of _run configuration_ where you can provide parameters to use when running the application.

This is causing an issue in lenskit/lenskit#862.

arrow2-convert works reasonably well, but is built on `arrow2` directly, so its usage path now that Polars has vendored arrow2/parquet2 is unclear.

I have successfully built a musl binary (on Alpine) that passes the WPT tests (although it does not pass `cargo test` yet). The only source code edit needed was the...

The writable stream API also does not have a `writeSync` method, which is useful when using the writers for logging.