Alexander

Results 81 issues of Alexander

I currently ran in the downstream project graphql-python/graphql-core in an recursion issue (string input graphs with depths around >200 fail). It seems to be a construction problem in the base...

How can I add some scalar like strawberry JSON? schemathesis always crashes while printing the AST. is the definition ```` python from strawberry.scalars import JSON @st.composite def json_strategy(draw: st.DrawFn): return...

Priority: Low
Specification: GraphQL
Core: Data Generation

I am planning for years to convert this project into a proper python project with gui and wayland support (makes it easier to install and other perks). It will maybe...

Changes: - multiple primary keys Ported the good parts from the old PR

Changes: - CompositeField inherits from FieldFactory - cleanup FieldFactory - inheritance checks work on fields (through I still use `__type__` for adoption type checks Update: - run tests also on...

Have a look at the fixmes in: edgy/core/db/models/metaclasses.py of my PR feature/composite_field and run `hatch run test:test tests/fields` to see the crashes when the workaround is removed The fields are...

Currently we parse the ast, but resource attacks can be executed earlier (when the ast is built) Is there a way to get the input string first and analyze it?...

It maybe would be nice to have backends for flask,...

The documentation could be improved. Especially the exposed DEFAULT_LIMITS should be explained. It could be used as a base for new backends like for bottles or flask