Daniel Grathwol
Daniel Grathwol
@kamilmysliwiec is there any update on this issue? This problem still exists. Unions would be super helpful to simplify API design, but with this bug there is very limited use...
I have the same issue...
Ok here is a fix, try adding a constructor: class UserResponse with _$UserResponse { **const UserResponse.\_();** const factory UserResponse( {@jsonkey(name: 'id') String? id, @jsonkey(name: 'name') String? name, @jsonkey(name: 'phone') String?...
I have the same issue. @iursevla did you find a workaround or a fix?
I found the problem. The issue was in the config: `serve: admin: host: localhost ` I removed the host attribute and it worked!
Wundergaph Cosmo Federation Router is also supporting federation with subscription now. Maybe you can have a look at this: https://cosmo-docs.wundergraph.com/router/subscriptions
I have the same issue... No fix so far, if I don't want to use absolute paths.
I also have this issue
Hi there, I have the same issue. The error occurs here: `last_hidden_state[i, start_marker_indices[i] : end_marker_indices[i]]` And then I get an Assertion 'srcIndex < srcSelectDimSize' failed which seems to an out-of-bounds...