Jordan Phillips
Jordan Phillips
Stumbled across this lib through this article [https://medium.com/js-dojo/using-fully-typed-vuex-mutations-with-vuex-typescript-7597f56eceec](https://medium.com/js-dojo/using-fully-typed-vuex-mutations-with-vuex-typescript-7597f56eceec). All is working well but getters are always returning undefined when using dot notation to get into the state. If i parse...
adds the channel layout property into the `IAudioStream`
Closes #285
Summary of the changes (Less than 80 chars) - adds char scalar type to `HotChocolate.Types.Scalars`
As discussed in [Slack](https://hotchocolategraphql.slack.com/archives/CD9TNKT8T/p1681647586830919?thread_ts=1681612564.191329&cid=CD9TNKT8T) it adds a failing test to display the issues using mutation conventions with naming conventions as outlined in #4803. I'm unsure if the naming conventions should...
## Description The current implementation of `Hl7.Fhir.DSTU2 v1.9.1.1` suffers from timeout issues that have been already addressed in more recent releases. However, systems that interact with services still running DSTU2...
### Product Hot Chocolate ### Version 14.0.0-p.100 ### Link to minimal reproduction https://github.com/PHILLIPS71/HC-7110 ### Steps to reproduce I've previously used Guid identifiers in relay without any issues, though after upgrading...
### Product Hot Chocolate ### Version 14.0.0 ### Link to minimal reproduction https://github.com/PHILLIPS71/hc-7615 ### Steps to reproduce I have a many-to-many relationship between User and Location, and I’m using EF...
## Issue Description When adding multiple audio streams with different configurations (e.g., different channel counts), the generated FFmpeg command contains duplicate stream mappings and conflicting audio channel parameters. ## Example...
### Product Hot Chocolate ### Is your feature request related to a problem? In v15.0.3, I was able to define all relay node resolvers within my object types, which seemed...