Mithras
Mithras
**What problem are you trying to solve?** Right now it's not possible to specify precision for PeriodEnd and PeriodStart columns. We already have temporal tables in our DB and we...
Subj. Some details on what's in the PR: 1. Added [.devcontainer](https://github.com/Mithras/graphql-dotnet/tree/master/.devcontainer) because I don't want to install 9000 SDKs and packages on my host. OmniSharp (Intellisense) is half broken though...
## Summary `IResolveFieldContext.SubFields` does not include fields from `GraphQLFragmentSpread` and `GraphQLInlineFragment` because `node.FieldDefinition.ResolvedType` [here](https://github.com/graphql-dotnet/graphql-dotnet/blob/master/src/GraphQL/Execution/ExecutionStrategy.cs#L203) is a base type (e.g. an interface) so [this](https://github.com/graphql-dotnet/graphql-dotnet/blob/master/src/GraphQL/Execution/ExecutionStrategy.cs#L351) is always false and no fields from...
**Is your feature request related to a problem? Please describe.** There is no simple way to provide a fallback Supergraph to use in case something is wrong with Apollo Studio....
``` async def initialize(self): self.register_constraint("constrain_test") self.register_constraint("constrain_test_async") await self.run_in(self.callback, 0, constrain_test=None) # works as expected - constrain_test is executed and callback is skipped await self.run_in(self.callback, 0, constrain_test_async=None) # doesn't work -...
**What problem are you trying to solve?** Right now there is no way to specify HISTORY_RETENTION_PERIOD when defining a temporal table. Also, EF Core doesn't create create a clustered index...
``` result = await self.call_service("this/fails") self.log(f"result={result}") ``` > result=None Why do you swallow exceptions and return None?
### The problem https://github.com/home-assistant/core/blob/dev/homeassistant/components/telegram_bot/services.yaml#L17 specifies `target` as `object` which is incorrect as expected value is actually an int or an array of ints. ### What version of Home Assistant Core...