Adam Žurek

Results 24 issues of Adam Žurek

Hi, I would like to add endpoint name to Python generated scripts, the endpoint name should be probably in some variable/constant. What I mean in definitions language: ```yaml openapi: "3.0.0"...

answered

**Describe the bug** **To Reproduce** Example schema: ```json openapi: "3.0.0" info: version: 1.0.0 title: File endpoint paths: get_file: parameters: - $ref: "#/components/schemas/FileRequest" components: schemas: FileHash: type: string min_length: 32 max_length:...

enhancement
answered

**Is your feature request related to a problem? Please describe.** I have defined endpoint one per one file (yaml). In common I have some parameter which is used in almost...

enhancement

**Is your feature request related to a problem? Please describe.** My problem is that for first level data structures I would like to define additional properties defined in base class...

enhancement

**Is your feature request related to a problem? Please describe.** The problem is that when I want to serialize int/str enum that is child of enum.Enum i got this error...

enhancement

**Is your feature request related to a problem? Please describe.** Currently I'm trying to workaround some problem described before, so I created some really strange template with imports but generator...

enhancement

- bug report? yes - version: master When LIKE is used then the value is escaped once via ISupplementalDriver and passe as parameter of query. Then parameter value (already escaped)...

Hi, example: ``` php $db->table('table') ->where(':another_table.column', 5) ->delete(); ``` Makes SQL like > DELETE FROM table WHERE :´another_table´.´column´ = 5.

- bug fix? yes/no - new feature? yes/no - BC break? yes Hi, is this bug or feature? Use case: I have user role `admin` which has everything enabled by...

Hi, I just find out that there is still old named npm package `ublaboo-datagrid`. What about `contributte-datagrid`?