goupilew

Results 7 issues of goupilew

Hi, I'm using this wonderful plugin to start the migration of my company huge codebase to typescript strict. However it makes VSCode typecheck & intellisense very slow, are you aware...

Hi ! I have an svg that takes variables as inline style as follow: ```tsx ``` where each variable end up being a CSS variable. The fill variable is well...

bug

Hello @astahmer ! I'm using the lib along with `openapi-generator` to get: - api call methods - zod schemas - types For now, I'm using the template to get well...

Hi! I'm using the package programmatically as shown here https://github.com/astahmer/openapi-zod-client/blob/main/examples/basic/petstore-generator.ts But I don't understand the type casting. The `generateZodClientFromOpenAPI` method expects an `OpenAPIObject` doc (`openapi3-ts`) while SwaggerParser provides an `OpenAPI.Document`...

Following https://github.com/huggingface/chat-ui/pull/1021#issuecomment-2220018734 See https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/image-understanding#supported_models

enhancement
back
models

### Replication of the Problem In the `subtasks.example.ts`, duplicate the tasks `This task will execute.` a high number of times so that the list is bigger than terminal height (put...

bug

When we have a path param with a dash, it is replaced to camelCase, then its obviously not possible to find the related path in the spec when doing ```...