Michael Joseph Rosenthal

Results 152 comments of Michael Joseph Rosenthal

hmm, this is likely due to this: https://github.com/zino-app/graphql-flutter/blob/65d6069f43bafa4dbc001daf156e4c2cb6097653/packages/graphql/lib/src/core/observable_query.dart#L234-L236 Will take some consideration – am not quite sure what the best way to handle this is is.

The way we should solve this is likely through wrappers in [`MutationCallbackHandler`](https://github.com/zino-app/graphql-flutter/blob/beta/packages/graphql/lib/src/core/mutation_options.dart#L59) but we need to be cognizant of how apollo handles these issues in our solution. Questions we should...

The override didn't work for me so for now I just did ```bash cd ~/.pub-cache/hosted/pub.dartlang.org/time_machine-0.9.15/lib sed -i '' 's/@internal//g' src/*/*/* sed -i '' 's/@internal//g' src/*/*.dart sed -i '' 's/@internal//g' src/*.dart...

@matiu lol at the time I didn't parse what you meant by "ACK". Fixed the issues, although it's not exactly a pretty workaround

I think this can be considered "as functional as ALVR itself," as I was also able to get it working with much troubleshooting (little of it caused by `godot_openxr` itself)....

looks like `built_value` will re-add this capability https://github.com/google/built_value.dart/issues/604

You're good – I think it's fair to leave this open until `built_value` makes it possible so we can track the feature

hmm, actually you might be right. I guess in artemis they just have a [separate glob](https://github.com/comigor/artemis/blob/9877c87885ce26a59b880e465e72ffa5ca20cf47/lib/builder.dart#L65) ```dart final assetStream = buildStep.findAssets(Glob(schemaMap.queriesGlob)); ```

@agent3bood `dispose()` is for disposing the connection to the server, not individual requests. I think in the subscription case, we should add an `unsubscribe` or `stop` callback to the response...