Louis Duchemin
Louis Duchemin
What is the reason to restrict the sizes to 16, 22 or 24 ? It doesn't seem to be large enough for high DPI displays (in my case 2256 x...
Thanks for this nice tool, I could finally fix the ugly discord icon in my tray bar. I had some trouble running it at first, and found out that Inkscape...
AFAIK there are currently two ways to bind optional or non-primitive type values with EdgeDB: - using one of the provided types in `edgedbtypes`, e.g. `OptionalStr`, which cannot be extended...
- EdgeDB Version: 4.5+28216a1 - EdgeDB CLI Version: 4.1.0+03ae624 - OS Version: Linux Mint 21.3 Steps to Reproduce: 1. Migrate schema ```edgeql type Example { some_prop: tuple< a: str, b:...
This is a barebone port of the feature already provided for javascript.
This PR aims to improve the handling of `multipart/form-data` requests by: - 3570bf1 allowing users to document the request body at the level of operations, which is currently not possible...
Currently the default error model can be [overridden globally for the API](https://huma.rocks/features/response-errors/#custom-errors). Would you consider adding a feature to set a custom error model at the level of operations ?...
### Description Would you consider exporting the [`OpenApiSchema`](https://github.com/hey-api/openapi-ts/blob/aade9b0b45db08e0f86682cd25beac008de6aedc/packages/openapi-ts/src/openApi/v3/interfaces/OpenApiSchema.ts#L11) interface in the client ? This would help provide type safety when working with the generated JSON schemas
This small feature introduces the `Transformable` interface which can be implemented to capture generated values and assign them as needed on a `Transformable`. Example use case is an option type...
Hi! Would you consider adding support for anonymous fields in request input parameters ? My use case is the implementation of generic operation handlers such as : ```go type InputUUID...