Shahin Ghasemi
Shahin Ghasemi
### Bug description When I set a `GIN` index to a field of type array of UUIDs it throws error. However, as far as I can tell, the GIN operator...
I'm using next 13, however the CSS are not loaded properly. ### Steps to reproduce app/layout.tsx ```tsx import 'antd/dist/reset.css'; export default function RootLayout({ children }: { children: React.ReactNode }) {...
How can I use this package with type safety? Is there any way to extend JsonScehamType to includes the types for ajv-format? I couldn't find a way to do that....