Misha Ulianich

Results 4 comments of Misha Ulianich

mypy checks fail if I try to use `jq`

Is it possible to use https://github.com/marooou/jinja2-strcase with jinjanator? It would be nice to have some kind of CLI flag, like `jinjanator --extension 'jinja2_strcase.StrcaseExtension'`

I've managed to run ariadne-codegen in VSCode python debugger, this is a screenshot from just before exception is raised: Looks like "line" == "import_string" == `'from .enums import '`, so...

For clarity: typed dicts are used this way: ```python instance = ExampleTypedDict(field1=1, field2="hello") assert instance["field1"] == 1 assert instance["field2"] == "hello" ```