baconcheese113

Results 51 comments of baconcheese113

You can find the example project that replicates this problem here https://github.com/baconcheese113/graphql-flutter-artemis-example

https://github.com/comigor/artemis/issues/350

Okay...12 hours straight debugging this problem 🎉 ## Long Explanation While breakpoint debugging the internals of graphql-flutter, normalize, and Hive I noticed that [query_manager.dart#L255](https://github.com/zino-hofmann/graphql-flutter/blob/main/packages/graphql/lib/src/core/query_manager.dart#L255) `attemptCacheWriteFromResponse()` fails to write the query...

I'm working on a PR now to add the user specified `typeNameField` to all `ClassDefinition`'s. Something like this: [class_definition.dart#L36](https://github.com/comigor/artemis/blob/master/lib/generator/data/class_definition.dart#L36) ```dart /// Instantiate a class definition. ClassDefinition({ required Name name, Iterable...

Any plans to release a new stable version? I'm not sure if all users are aware there are large differences between the stable and beta version that they need to...

It appears like the runtimeTypes aren't changing, that's preventing passing nested fragments farther down the widget tree

Do you know if Artemis works with Fragments? If it does I'd be able to continue using Fragments and just have typing in the first Widget where I have the...

Getting same thing after attempting to migrate to `nexus-prisma` from `nexus-prisma-plugin`, not sure where to look

Current x/y positions are for the initial location. What you're looking for isn't currently supported. We set the draggable back to it's initial position here https://github.com/tongyy/react-native-draggable/blob/master/Draggable.js#L81