Ilias Biris

Results 5 issues of Ilias Biris

https://github.com/better/jsonschema2db/blob/60832f5f38d6a257920508c09fec3a65daed4e4c/jsonschema2db.py#L365 If every key string in S3 should start with a `/` then the path where this key is appended should not have a `/` otherwise you will end up...

I would like to have a dry_run parameter for create_tables insert_items that just prints out the statements without actually executing them. Default can be False (meaning the statements will be...

https://github.com/better/jsonschema2db/blob/60832f5f38d6a257920508c09fec3a65daed4e4c/jsonschema2db.py#L238 In `create_tables` I should be able to direct the call to do nothing if the schema exists. Maybe add an option to direct create_tables to avoid dropping the schema.

Whilst the openapi spec allows HTTP codes for responses objects to be of type 2XX or 4XX ([link](https://github.com/OAI/OpenAPI-Specification/blob/3.0.2/versions/3.0.0.md#responsesObject)) indicating a range of codes, this sphinx contrib seems unable to use...

I am trying to sign a rather large XML file which contains about 90000 IoT measurement elements (with sub elements including the measurement, metadata and timestamps) - this is a...

pr-welcome