John Carter
John Carter
### [REQUIRED] Step 2: Describe your configuration - Extension name: firestore-bigquery-export - Extension version: 0.1.13 - @firebaseextensions/fs-bq-schema-views @ 0.4.0 ### [REQUIRED] Step 3: Describe the problem I'm hitting an error...
It seems that f-strings aren't being correctly handled on python 3.12 For example, with this file: ``` #!/usr/bin/env python somedict = {"somekey": "example value"} print(f"{somedict['somekey']}") ``` This command: ```unify example.py...
It'd be really handy to have ListBlockFactory generate a list of N blocks, like [RelatedFactoryList](https://factoryboy.readthedocs.io/en/stable/reference.html#factory.RelatedFactoryList) does, I think that's currently not possible unless we pass parameters to those sub-blocks.
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description The doc for `StringConstraints` `strip_whitespace` says "Whether to strip whitespace from the string." - to me...
Has anyone managed to get the graphql playground working with Django debug toolbar?
Without this change, Django Debug Toolbar won't show on the playground page. Note that by default only the GET request that loaded the page is shown, but GraphQL queries can...
I've got some fixtures loaded with pytest_plugins, these fixtures were doing a top level import of models. So this was triggering an issue due to early import of the models....