Yoshiya Hinosawa

Results 643 comments of Yoshiya Hinosawa

#5797 makes sense to me. Closing this one for now

@MiguelRipoll23 What was the 'urn' value in the first example in Deno?

Doesn't sounds like a common needs to a static file server. I'd recommend you should read the file on your own handler, modify it, and respond: ```ts Deno.serve(async (req) =>...

`Deno.serve` and `@std/http` covers common needs around HTTP protocol, but they don't try to be a _ready-to-use_ web framework. I guess what you are looking for is web frameworks (such...

For the further work, I don't think we need to align the error messages only used in test cases. Let's only work on user-facing errors

The style guide has been landed in #5671

@irbull Sounds good enough for now. Thank you for your contributions!

@bartlomieju Does this change look reasonable?

FYI `denoland/std` replaced all these patterns of names a while ago. https://github.com/denoland/std/pull/2582

The error now looks like the below (Updated the title): ``` Error: Not implemented: inspector.Session.prototype.connect ❯ notImplemented ext:deno_node/_utils.ts:9:9 ❯ Session.connect node:inspector:12:5 ❯ startCoverage node_modules/.deno/@[email protected]/node_modules/@vitest/coverage-v8/dist/index.js:6:11 ❯ Object.startCoverage node_modules/.deno/@[email protected]/node_modules/@vitest/coverage-v8/dist/index.js:44:12 ❯ startCoverageInsideWorker node_modules/.deno/[email protected]/node_modules/vitest/dist/chunks/coverage.CqfT4xaf.js:47:42...