helt

Results 11 issues of helt

**Is your feature request related to a problem? Please describe.** Automock quickly creates multiple conflicting routes, and it is tedious work to copy-paste the params of one route response to...

feature
blocked

https://github.com/chrisrzhou/react-wordcloud/blob/9ccdbbfb4fc60a70a895a4ffa59050a864eeccd8/types/index.d.ts#L21 I am wondering if the events should be typed as `React.SyntheticEvent` instead of their native dom counterparts ?!

I use a gitlab instance to pull and push packages. And yes, it has different endpoints for pulling and pushing. Even worse, I need scoped registries, and thats the root...

Fixes https://github.com/KevinVandy/material-react-table/issues/1039 @KevinVandy Is using the theme here okay?

### material-react-table version 2.12.1 ### react & react-dom versions 18.2.0 ### Describe the bug and the steps to reproduce it This story reproduces the bug. Try to drag the Foobar...

### material-react-table version 2.12.1 ### react & react-dom versions v18 ### Describe the bug and the steps to reproduce it Create a MRT which is very small in width, then...

- [ ] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [ ] There is a ticket in the bug tracker for the project in our [JIRA](https://jira.spring.io/browse/DATASOLR). - [...

status: waiting-for-triage

If a property does not have a `type` constraint, form generation will fail. According to my understanding of the JSONSchema spec, the `type` constraint is optional, and may be omitted....

Bridge: JSON Schema

When having zod schemas that make use of `z.lazy()`, form generation fails. ``` export const colorMappingSchema = z .object({ attribute: z.string(), colorMap: z.string() }) export const errorWithLazy = z.object({ color:...

Bridge: Zod

## Status DONE ## Description Support for typed tuples as they are produced by pydantic v2.0+ Reproduction for issue https://github.com/orval-labs/orval/issues/1592 * in `generateZodValidationSchemaDefinition`, the `array` switch case has to be...

zod