Kevin Burke
Kevin Burke
Yikes. I think I forgot to push my branch months ago when I left this comment. Let me double check On Thu, Dec 22, 2016 at 07:28 Hunter Blanks wrote:...
Apologies for the delay, but I've finally made the changes you requested.
My next thought was to ditch the build flags and do something like this: ```go func main() { appengine := flag.Bool("appengine", false, "Run in the appengine environment") port := flag.Uint("port",...
Steven, thanks for all of your feedback here!
Use cookies with the `HttpOnly`, `Secure` and `SameSite` flags set, which store authentication information in the browser in a way that isn't accessible to other Javascript running on the page,...
If you run third party Javascript on your site or XSS and it gets popped your localStorage tokens are toast. `httpOnly` cookies _do_ make your site safer; they prevent exfiltrating...
That response doesn’t make sense, sorry.
I just ran into this problem, I think: I had this method signature: ```go func (c *WorkspaceResource) GetAllByPartialSlugOrName(r *http.Request, query string, reply *[]Workspace) error { ``` And merged and deployed...
I just pushed an additional change. Previously we'd cache a stale staged DBR, when Amazon updated the DBR in the original bucket we'd still use the stale one from the...