Yurii
Yurii
Fixes deprecations, AbstractQueryProviderTest renamed because Test suffix produces warning in file with no tests
Fixes #202 Wait for https://github.com/thecodingmachine/graphqlite-symfony-validator-bridge/pull/70
This package struggles hard with migration to Symfony v7 plus version of `graphiql` it brings is old by default and we don't have any info in docs how to update...
Symfony 7 and GraphQLite 7 are live and stable, I have contributed to [graphqlite-symfony-validator-bridge](https://github.com/thecodingmachine/graphqlite-symfony-validator-bridge/pull/70) as it was main blocker with previous update. Can we update dependencies for this project to...
### Current Behavior: IOS Safari with preferNativeHLS enabled and load strategy `play` creates video element without source and video just stuck loading. Load strategy `idle` works fine. ### Expected Behavior:...
**Describe the bug** Bsky client inserts threads using `com.atproto.repo.applyWrites` programatically computing `cid` and `rkey`. If thread is created at same time it works just fine because of only 1 call....
Optional union type definition ignores annotation metadata added with typing.Annotated ## Describe the Bug Following the documentation create sample definition: ```python import strawberry from typing import Annotated from fastapi import...