André Eriksson
André Eriksson
Thinking about it some more, I suppose we could resolve the above case as the first `foo()` call's error being elided, since Go semantics don't allow for more arguments to...
Sounds good. I sent #78 to implement those rules for interior error elision. It doesn't implement your suggested semantics regarding a single error type, but it should get us pretty...
Hey @darthwade, thanks for the feedback. Could you share a bit more about your use case? Thanks!
Thanks @darthwade, I'm really happy to hear that. If Flutter is critical for your use case we're happy to prioritize it. I'll send you an email to discuss further.
I'm not convinced this is a good idea. I'm worried it increases the risk of deleting or modifying data you didn't intend to, because a code snippet was moved from...
I think introducing `sqldb.NewDatabase("name")` and have that return a `*sqldb.DB` would solve a lot of these issues, and give you more control over database creation and decouple the name of...
Hi @gagandeepp, that's great! Happy to assign it to you, but do note this is something that needs design work before we can start implementation. So the first step is...
Merged in #1105
Merged as #1104
Thanks for the feedback. We definitely plan on supporting additional cloud providers in the future. Many (most?) of the Tier II/III ones you mentioned lack support for a lot of...