Yoshiya Hinosawa

Results 644 comments of Yoshiya Hinosawa

Yes, it corresponds to `jest.fn` https://jestjs.io/docs/mock-functions

We are planning to deprecate what overlaps with [Temporal](https://tc39.es/proposal-temporal/docs/) when it's shipped to V8

We probably need to create a comprehensive guide for migrating from Reader/Writer I/O to Web Stream based I/O, which includes the list of replacements of typical I/O operations such FS,...

> It's possible that the demand for type-checking is zero or near zero. I disagree with this. Runtime type-checking is not a kind of feature which users immediately need when...

We might first need to add pty support to Deno https://github.com/denoland/deno/issues/3994 if we want to write such test in Deno.

Maybe `equals32Bit` is only usable when both a.byteOffset and b.byteOffset are multiple of 4. cc @Aplet123

`deno fmt` allows more formatting variations than prettier. So it doesn't format back to the original state unfortunately.. Probably it's better to revert back to main, and copy paste the...

@mooxl I think hard coded `404.html` is enough for a first pass. I'm skeptical if we need to support custom 404 file path as there's no such request from the...

I think the case #3420 can be solved by copying `index.html` to `404.html`. Also `file_server` is historically not intended to support all use cases, but it's more for showcasing how...