Yoshiya Hinosawa

Results 644 comments of Yoshiya Hinosawa

I'm in favor having all-in-one `@std/std` as convenient entrypoint for all modules. I think we need some consideration about versioning of it. - Does major version bump of any stable...

related https://github.com/denoland/deno_std/pull/685

We removed the winget command from the manual because the package is out of date in winget registry https://github.com/denoland/deno-docs/pull/63

@CoolPlayLin @lilnasy Thanks for pointing it! We misunderstood the situation because `winget.run` page is [outdated](https://winget.run/pkg/DenoLand/Deno). We fixed the issue in https://github.com/denoland/deno-docs/pull/113 (Thanks @lilnasy for sending the PR!)

@CoolPlayLin Thank you!

> As of right now @v1 resolution lags behind because it points to a branch https://github.com/denoland/setup-deno/tree/v1 Thanks for pointing this. I didn't know `v1` points to `v1` branch. Now main...

I feel these options can be useful when the users need to control the buffer amount at transform stream node (when downstream is slower than upstream). @crowlKats @ayame113 What do...

Let's not decide right now, but let's keep this issue open for a while to see more thoughts/opinions

This is the 2nd set of API for parsing cli arguments. It feels confusing to have 2 different sets of APIs for the same purpose. I'd recommend you develop this...

> There are plenty of popular 3rd party tools out there (commander, yargs, cliffy, etc.) that have this declarative approach implemented and are far more popular than minimist. How do...