Giorgio Salluzzo

Results 60 comments of Giorgio Salluzzo

Hi there, any news about this issue? Is that something only related to the Document API? Would it work with REST or GraphQL? Thanks in advance!

> If you say that this is a feature that is very important to you and stops you from progressing further Many thanks for asking, I really appreciate it. The...

Cannot you transform it to a list of maps? ```json { "tags": ["foo", "bar"] } ``` Could be internally stored the same way you'd store this: ```json [{"tags": "foo"}, {"tags":...

Hi Andreas, I'm aware of it and keeping an eye on their repo. There is already an issue with the fix but it hasn't been merged yet. I was planning...

Hi @amotl, I replaced `http-parser` with the modern `httptools`, but some tests are failing on Python 3.11 - nothing to do with the parser, though. I'll do my best to...

Hi @ento, thanks for contributing to Mocket. Would would be the use-case for adding exceptions to Strict Mode, this feature is suppose to check if your mock continues to work...

Amazing work, thank you very much. I'll start working on it soon.

I am sorry it took a while, I had to find some time to invest in the CI for being able to run tests on external PRs. It looks like...

Merged, we still lack a pre-commit hook for `mypy`.

Yes, please share a snippet of code and I'll have a look at it.