huy
huy
Same thing happened to me upgrading from `0.1.9` to `0.2.2`. I have a `Flex` which has a variant `wrap` that defaults to `flexWrap: noWrap` (similar to [this](https://github.com/radix-ui/design-system/blob/f9cb157d959305245cbad04dfc4be2381d4f2d9b/components/Flex.tsx#L98)). ``` const Container...
> @phamstack interesting. Can you provide an example? Thanks! @peduarte https://codesandbox.io/s/broken-fire-wf0t6?file=/src/App.js
Thanks for the quick fix! > > Also, it looks like parallel function calling is disabled if tool_choice is specified, is this intended? > Yes, that is intended. I don't...
Bump, I think this is a good feature to bridge the gap between `zod` and `openapi`
@gcanti I think that should be fine, are there native type guards or we'll have to do something like this? `if ('type' in originalSchema && originalSchema.type === 'object')`
I'd imagine something like this, let me know if it's not feasible! ``` traverse through the fields in Schema switch (typeof field) case string -> extract string annotations (minLength, pattern,...
Same issue, confirmed https://github.com/vanilla-extract-css/vanilla-extract/issues/1152 doesn't fix ``` "next": "^14.0.4" "@vanilla-extract/css": "^1.15.1" "@vanilla-extract/next-plugin": "^2.4.0" ```
Same, I need this. Right now I have to jump back to `vscode` if I want to do a Typescript refactor.