Tim Reichen

Results 50 issues of Tim Reichen

**Describe the bug** Not sure if intentional or a bug: if boolean and collect is set for a flag, it will return `[true]`. `boolean` should probably be higher prioritised than...

**Describe the bug** A flag which is set as a boolean shouldn't be parsed as a boolean if it has a value assigned with the equals sign as described: >...

bug
needs triage

**Is your feature request related to a problem? Please describe.** `std/_tools/check_circular_deps.ts` is importing a 3rd party mod. std should never import from somewhere other than std. https://github.com/denoland/deno_std/blob/bcc57478422645cba01b9c75d34938e17ba8a383/_tools/check_circular_deps.ts#L3 **Describe the solution...

**Is your feature request related to a problem? Please describe.** The `encoding/csv` API is scattered and messy over multiple files and a csv subdir, some files are browser compatible, some...

Seems like dts files are not correctly transformed. ```ts import tsvfs from "https://esm.sh/@typescript/vfs" console.log(tsvfs); ``` ```sh error: TS2694 [ERROR]: Namespace '"https://cdn.esm.sh/v41/@types/[email protected]/index.d.ts"' has no exported member 'LZStringStatic'. at https://cdn.esm.sh/v41/@typescript/[email protected]/dist/index.d.ts:58:176 ```

- add cli tests

Bundler should be able to generate sourcemaps.

help wanted

I am really happy with this app but I wonder if there will be finderbar support for it. It would be a nice feature to just start and stop services...

enhancement

ref: https://github.com/denoland/deno_std/pull/2359 add section for naming conventions

Currently there is no way for a user to know, when a `@deprecated` export will be removed. Also some deprecated exports exists for over twenty releases. It is not clear,...