Dominik Moritz

Results 392 issues of Dominik Moritz

See for example this reference:

Fixes #3966. It's not entirely correct since 0 should be in the bin before 0 but that's a floating point issue with a difficult underlying issue. This fix at least...

--- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/vega/ts-json-schema-generator?shareId=98408b5e-f505-4707-af7c-b3e5be698d51). 📦 Published PR as canary version: 2.3.1--canary.2067.707b946.0 :sparkles: Test out this PR locally via: ```bash npm install [email protected] # or yarn...

All annotations that are possible such as `@discriminator`, `@title`, `@description` should be documented. https://github.com/vega/ts-json-schema-generator/blob/next/src/AnnotationsReader/BasicAnnotationsReader.ts is a good starting point. See https://github.com/vega/ts-json-schema-generator/issues/1819

help wanted
good first issue

Update ESLint to version 9 and migrate to flat config format. * **Add `eslint.config.mjs`**: Create a new file `eslint.config.mjs` with the flat config format for ESLint, including necessary plugins, parser...

The `describe` cli command is very useful for describing CSV and parquet files but doesn't seem to work for JSON. We were trying to use it here: https://github.com/vega/vega-datasets/issues/629#issuecomment-2498618622. I understand...

### Is there an existing issue for the same bug? - [x] I have checked the existing issues. ### Describe the bug and reproduction steps I tried submitting feedback for...

bug
severity:low

### Is there an existing issue for the same bug? - [x] I have checked the existing issues. ### Describe the bug and reproduction steps I am not able to...

troubleshooting/help

### Is there an existing issue for the same bug? - [x] I have checked the existing issues. ### Describe the bug and reproduction steps I noticed that when there...

bug
frontend