Aaron Lehmann
Aaron Lehmann
> For the accessor syntax, I would vote for: > > * `foo.myMount()` > * `foo@myMount()` Curious why `()` comes after `myMount` here. The other way around seems more natural...
> Statements in array blocks append to return register instead of modify. I may be way off here, but it feels like the arrays tend to be used as stacks....
+1 on starting without array assignment
What if it was a curl command making a call to an external API?
@runcom: We only have resumable download at present, not resumable upload.
With this change, I'm wondering if we should change ```go dcontext.GetLogger(ctx, auth.UserNameKey).Info("authorized request") ``` in `(*App).authorized` to `Debug`. Now that `response completed` logs the user info, the `authorized request` log...
@milosgajdos: PTAL when you have a chance
ping @mrjana