Timon
Timon
## Description The ability to have an auto schema is very nice, but not really helpful if you have to know what fields you can exactly query by. For example,...
### Affected Package The issue is related to the packages @ngxs/store and @ngxs/form-plugin ### Description The ngxsOnChanges implemented with this [PR ](https://github.com/ngxs/store/pull/1389) is not being called when the Angular Reactive...
### Describe the bug `validateSchema(schema)` and `validator(schema)` will report a type error with the schema being an `ZodObject`: ``` Argument type ZodObject is not assignable to parameter type ZodSchema ```...
https://svelte-intl-precompile.com/ seems to be not working anymore :( 404
### Reproduction link [https://github.com/kordis-leitstelle/kordis/pull/583](https://github.com/kordis-leitstelle/kordis/pull/583) ### Steps to reproduce Build the project with prod config `nx build spa --prod --stats-json`, check the bundle size e.g., with the webpack bundle analyzer. ###...
### Is this a regression? No ### Description Currently, I am unable to use the newly introduced singular "styleUrl" attribute for Angular components. It seems like there was an intention...
Es kommt nicht selten vor, dass für einige Warnungen keine Informationen über den `/warnings/{identifier}.json` oder geojson Endpunkt geliefert werden. Beispiele dafür wären unter anderem: mow.DE-HH-HH-SE033-20230207-33-000 mow.DE-NW-DO-SE067-20230207-67-000 => resultieren in **404**...
**Describe the bug** Currently, centroids of relations are being calculated by detecting the largest area and calculating the centroid of it. This is broken for some relations, since members of...
The current changes have been tested internally and we should be released (see `testing` branch).
### Current Behavior Running `npm ci` on the generated package-lock throws an error: ``` npm ERR! code EUSAGE npm ERR! npm ERR! `npm ci` can only install packages when your...