Akshay Shah
Akshay Shah
I know very little about JS bundling and tree-shaking, but it seems that some of the foundational technology choices here and in Google's JS protobuf runtime make controlling bundle size...
All reasonable concerns. OTOH, validation is reasonably common, as are the Google HTTP transcoding annotations. The validation annotations in particular are important to understand the schema, and it seems like...
I'm fine with the first option above - treating all variadic arguments as unmet optional dependencies - in the short term. If we can't come to agreement quickly, let's land...
Retitling this and tagging it as a post-1.0 feature.
Let's plan to revisit this now that we're post 1.0. Value groups are probably the way to go here.
Hi! I'm so sorry for the long delay here - I didn't realize that I wasn't subscribed to this repo. (And thanks for writing Revel!) I'm definitely open to this....
Can do; we'd decided against this originally to make it a little easier to use non-Fx-aware functions just for their side effects. It's just saving a small anonymous function, though,...
@ElliotMJackson If you're interested, this is a good issue to start with!
Thanks for the feedback, @bendiktv2! With the current API, you'd close the transaction in the `Close` method on your `Sender` or `Receiver` implementation. Unless you're also attaching a tracer or...
Everything about clients is intrinsically more complex than handlers, because they're always working with futures: no data has been received or sent until the user starts calling methods. I'd love...