Tim Reichen

Results 50 issues of Tim Reichen

renames - `comparatorFormat()` => `stringifyComparator()` - `format()` => `stringify()` -~~`rangeFormat()` => `stringifyRange()`~~ deprecates all old functions. **Note** `stringify()` has a different api than `format()`: It does not take a `FormatStyle`...

semver

Ref: https://github.com/denoland/deno_std/issues/3754

data_structures

Ref: https://github.com/denoland/deno_std/issues/2553#issuecomment-1784006070 This issue tracks the implementation progress of adapting the following format for test names in each sub-module: ``` () // E.g. ensureDir() creates the directory if it doesn't...

good first issue

Ref: https://github.com/denoland/deno_std/issues/3754

csv

**Is your feature request related to a problem? Please describe.** Ref: https://github.com/denoland/deno_std/pull/3957#issuecomment-1857116472 The semver mod was taken over from node-semver. range actually represents a [range-set](https://github.com/npm/node-semver/blob/main/range.bnf). I opened an [issue](https://github.com/npm/node-semver/issues/669) on...

### What problem are you trying to solve? There are two plans at the moment: free and pro. The free plan is great for prototyping, but the kv latency can...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When looking at the `Range` class implementation, the `parse()` splits the...

Bug
Needs Triage

**Is your feature request related to a problem? Please describe.** `LogRecord` is a class with only properties and getters. It seems the same can be achieved with plain js object....

feedback welcome

ref: https://github.com/denoland/deno_std/issues/4272 This PR adds `parse()` that takes a descriptive schema for parsing args. This is inspired by rusts `clap`, `yargs` and `commanderjs`. This needs more tests for edge cases...

cli
feedback welcome

**Is your feature request related to a problem? Please describe.** front_matters `any.ts` file does not export `any()` but `extract()`. Also, `json.ts`, `toml.ts` and `yaml.ts` all export a function called `extract()`....

feedback welcome