Bartek Iwańczuk

Results 164 issues of Bartek Iwańczuk

`exception_to_err_result` grew organically over the years and has become really untenable. It has two floating boolean arguments, that control important side effect and IMO it's very easy to misuse. The...

To prevent problems like https://github.com/denoland/deno_core/pull/405, we should add some minimal integration tests for our examples/ directory that would assert specific output. We should use the same approach we use in...

__I'll update the description later__ Related https://github.com/denoland/deno/issues/13152 Related https://github.com/denoland/deno/issues/13572

- https://github.com/denoland/deno/issues/13152 - https://github.com/denoland/deno/issues/13572 - https://github.com/denoland/deno/issues/13664 - https://github.com/denoland/deno/issues/13908 - https://github.com/denoland/deno/issues/16662 - https://github.com/denoland/deno/issues/16725 - https://github.com/denoland/deno/issues/16757

https://github.com/denoland/deno_core/pull/112 needs a regression test. One was provided in https://github.com/denoland/deno/issues/19903 but it needs to be simplified for deno_core only.

https://github.com/denoland/deno/pull/19658#discussion_r1249001440

### Discussed in https://github.com/denoland/deno/discussions/23324 Originally posted by **OnielN14** April 11, 2024 In the v1.42.2 I see latest compat update for node http2 is released. So I just try to run...

bug
node compat
node API polyfill

Currently `deno add` only works with `jsr:` and `npm:` specifiers. We should add an ability to do `deno add https://deno.land/x/foo/bar.ts`. To do this, we should leverage existing `infer_name_from_url()` helper, that...

good first issue
feat

Currently "deno publish" has no dedicated section in https://docs.deno.com/runtime/manual/tools/

The `--unstable` flag is getting removed in Deno 2: https://docs.deno.com/runtime/manual/tools/unstable_flags#--unstable We should walk through all the docs and ensure we don't use it anymore. Here's one of the occurrences: ![Screenshot...