Fabien
Fabien
It would be nice to support object attributes in queries: ```sql -- name: add_person! INSERT INTO Person(firstname, lastname) VALUES (:p.firstname, :p.lastname); ``` Then from Python: ```python db.add_person(conn, p=Person("Alan", "Turing")) ```...
### Context When generating a bug report, more things than desired are leaked out. ### Bug description The zip file generated by the `info` plugin include the local `.git` history....
Here are 3 possible issues in schemas used in the documentation examples, that could be fixed: - in [upsto](https://github.com/OAI/OpenAPI-Specification/blob/main/examples/v3.0/uspto.json) example, the two `uriref` formats at the end should be `uri-ref`...
A few random questions/suggestions about the [TicTacToe](/OAI/learn.openapis.org/blob/main/examples/v3.1/tictactoe.yaml) example: - `status` does not have any required properties: should it have some? should it be closed? - should `status` include the next...
Here are 3 possible issues in schemas used in the documentation examples, that could be fixed: - in [upsto](https://github.com/OAI/OpenAPI-Specification/blob/main/examples/v3.0/uspto.json) example, the two `uriref` formats at the end should be `uri-ref`...
Dev
WIP
Hello @nackjicholson I had a PR action which just failed, but the error message reminded me that I'm sometimes blocked to maintain AioSQL because I do not have enough permissions,...
The example about password hashing based on using the password as a key to encode a random string does not work at all: ```python import os import scrypt # 0.8.24...
Coverage supports the `--precision` option which is convenient to adjust reported and expected subpercent coverage, however `pytest-cov` seems not to offer a corresponding `--cov-precision` option.
**What kind of change does this PR introduce?** Add entries for: - JSON Schema Utils (analyze/lint, prettyprint, simplify, convert to model) - JSON Model (convert to schema) **Issue Number:** _None_...