Yoshiya Hinosawa

Results 644 comments of Yoshiya Hinosawa

`deno test` with the following files: a_test.ts ```ts Deno.test("A 1", () => {}); Deno.test("A 2", { only: true }, () => {}); ``` b_test.ts ```ts Deno.test("B", () => {}); ```...

@sigmaSd Do you suggest we should add some tooltip text at `x40` part?

`I` already has tooltip text: I'll add tooltip text to `xN` part

@ry @bartlomieju We now have `A` option (Allow all same kind permissions, in this case all 'env') in permission prompt. I think removing this check is now reasonable. What do...

@bartlomieju More context. We wanted to reduce the number of env permission prompts in node compat (invoked from `process.env[NAME]`) in the past because, for example, `npm:express` asks excessive number of...

The steps in https://github.com/denoland/deno/issues/16899#issuecomment-1364675410 seem working now! But it looks too hacky to me (involving a lot of manual copy pasting during test run). Is there any reasonable option to...

We usually don't update `lib.dom.d.ts` with our own modification, but directly follow the updates from TypeScript repository. Should this case be considered as an exception? cc @dsherret @bartlomieju

> A feature needs to be supported by two or more major browser engines to be included here, to make sure there is a good consensus among vendors: Gecko (Firefox),...

document for `file:` notation in dependencies https://docs.npmjs.com/cli/v10/configuring-npm/package-json#local-paths

You can specify the endpoint that implements [KV Connect protocol](https://github.com/denoland/denokv/blob/main/proto/kv-connect.md). [denokv](https://github.com/denoland/denokv) is a program to self-host sqlite-backed KV connect endpoint.