Arpit Shrivastava

Results 15 comments of Arpit Shrivastava

I am also getting really Low Accuracy on yolov5. Is this relates to waning I get while converting model "Warning [TRT: Subnormal FP16 values detected." ?

I am using the generated useSubscription call simply by passing options. The widget extends the HooksWidget and return a Text of subscribed object (id). The subscription used for generating works...

On further debugging by using Channel generator in websocketlink, I was able to print this "flutter: QueryResult(source: QueryResultSource.network, data: null, context: Context({}), exception: OperationException(linkException: UnknownException({type: error, id: cc4dcd66-9e94-4fab-929a-055e04c3277e, payload: {message:...

Thanks for the immediate response. Saved a lot of time. You were absolutely right.It was the problem of __typename field in auto generated query. For future readers: if using codegen...

> Your issue seem to be because you're selecting multiple top level fields. Check if you're adding `__typename` (probably implicitly). > > I agree it shouldn't show a state error....

Hey, I recently got this problem again. But this time, 1st time the socket connects and works perfectly fine. But on navigating back and forth to the same widget throws...

@inc16sec Does your subscription connect again when you come back to screen or you get "bad state: stream has already been listened to." error ?

BASE: ![image](https://github.com/rrousselGit/riverpod/assets/47178423/6b6d7f7d-3fd7-4c5a-9fe0-0a20994154d2) import 'package:astra_ui/state/list_state.dart'; import 'package:fast_immutable_collections/fast_immutable_collections.dart'; import 'package:riverpod_annotation/riverpod_annotation.dart'; part 'test.g.dart'; typedef ListDataGetter = Future Function({ Map filters, Sort? sort, Cursor? cursor, }); @riverpod class ListBloc extends _$ListBloc { @override ListState...

Hi team, Any update on this ? Also if possible, do let me know if I can help. I cannot quite understand codec generation. But you can suggest some good...