Ryan Brown

Results 39 comments of Ryan Brown

I fixed this on darwin by using the chrome flag --use-mock-keychain For linux --password-store=basic sounds like it might work.

Maybe simpler than booting a server would be to just write an .html file you could open in the browser?

Ping. Can someone look at the pull request?

I think this is fixed in the latest release of closure stylesheets. At least the parse error -- it doesn't rename variables.

I'm getting this problem also on debian. Wouldn't it be better to use bazel to get the JAVA_HOME in addition to just the dependencies for bazel projects?

So do you just ignore @fileoverview tags in files using goog.provide? Many of the closure-library files have useful @fileoverview's, that seem to disappear in the docs. For example: https://github.com/google/closure-library/blob/master/closure/goog/dom/animationframe/animationframe.js#L99 Maybe...

I'm using this: ```js function collectionGroup(firestore, id) { const query = firestore.query(); query.from=[{collectionId:id, allDescendants: true}]; return query; } ```

> Yeah, we've had conversations about that, but given that GOMOD is the presumptive victor we are unlikely to implement something like that. Sorry. Can you explain what you mean...

Can't bazel generate a go.mod containing replace directives to create what ever directory structure it wants? I imagine it could be pretty similar to what go_path currently builds, with the...

Sure, I'll see if I can get something to work.