Jason
Jason
I'm trying to retrieve the `log_data` from associated records using the following: Initially, I have a setup where `ParentModel`'s `log_version=3`. The `updated_at` was modified twice when the two ChildModel's were...
XObject Image: R8 Error: CCITTFaxDecode encoding is not yet implemented +1 also seeing this, is there a timeline for CCITTFaxDecode encoding support? Thanks!
I was using an older version defined by the examples on the website. https://unidoc.io/examples/image/extract_images
Would be incredible to be able to generate a react query client that uses fetch API, with request/responses validated with zod from an openapi spec
@mrlubos Ah the intent is to help out with overall productivity. I have two developers who are working with each other (server/client) and sometimes encounters issues due to incorrectly formed...
Yep, so I'm using this library to generate types from my open API definition. Here's a basic example: ``` "TypeToBeGenerated": { "type": "array", "items": { "type": "string" }, "uniqueItems": true...
When I construct a response or request, I want to guarantee uniqueness by removing duplicates. I suppose the alternative approach for my use case would be to remove duplicates if...
That makes complete sense, I'm working with OpenAPI 3.0