Pablo Fuentes
Pablo Fuentes
@vasilich6107 `freezed` would be a great addition and it would simplify a little bit the needed dependencies: `json_annotation` and `equatable` wouldn't be needed because `freezed_annotation` already exports `json_annotation` and already...
Any updates on this issue?
After looking at the code that is in charge of generating the code, I found where is the problem. If you define in gqlgen.yml the field "model", gqlgen will try...
I have the same issue, even if I do Amplify.Auth.signOut(), the next time the exception is always SessionExpiredException instead of SignedOutException.
@kjones yes, you are right. However, it seems to be problem of the native libraries, they have different implementation on that part. Just to note, iOS implementation is correct as...
> net is a builtin import and golang.org/x/net is where they extend the capabilities. That's a good example, however they don't have the same problem as here, because `golang.org/x/net` don't...
@andydotxyz Sorry to reopen this. But I have a new idea. What if we divide the things in modules? Just like aws-sdk-go-v2 did. So under `widget` folder we could have...
> But isn't the folder name supposed to match the package name? Yes, it is, but since we are defining a new module is not required? > Would all IDEs...
> Being a new module or not doesn’t affect the package name does it? It does not affect, but the linter will complain. But if it is a module, the...
@okocsis hi, is there any tentative date for 3.0 nullsafety release? This is a great library :)