MiaInturi

Results 11 issues of MiaInturi

PR for issue #3196 Currently `ZodInvalidIntersectionTypesIssue` does not return enough information about occurred error. We can pass object/array of big size and depth into `z.intersection(...).parse()` function, but we will not...

zod4

Need to use swc instead of babel for build project (for node 12 environment) + need to research about using swc for jest tests

enhancement

```typescript export const createTemplate = (options: CreateTemplateOptions) => { const language = options.withTypescript ? 'ts' : 'js'; const templatePath = `dist/bin/templates/${language}/${options.apiType}`; ... ... } ``` tempatePath variable is incorrect, because...

bug

Polling functionality should be available for [files](https://github.com/siberiacancode/mock-config-server/issues/67) too.

enhancement

Logic for descriptor value too complicated, because value can be standalone and can be array of elements. It become the cause of many questions and incomprehensibility. Need to refactor this...

enhancement

Need to add opportunity to get request headers by helper in response interceptors

enhancement

Current validation error message looks like this ``` Validation Error: configuration.rest.configs[0].routes[0].entities.body.hello.value does not match the API schema. Click here to see correct type: https://github.com/siberiacancode/mock-config-server ``` This message provide info only...

enhancement