Atish Patel
Atish Patel
Here is modified version of @bojeil-google function that can be used anytime to get a promise that resolves into current user or null. ``` let userLoaded = false; function getCurrentUser(auth)...
Sorry been a little distracted and am current in India for a few weeks. I'll get around to this in May. Feel free to take charge of the PR if...
So, i tried to split apart the code but it doesn't really work nicely. For example, HelpWriter depends on Flag, HelpValueFormatter, HelpOptions, Node, and Positional but there isn't really an...
One alternative thing i can try to do is to make the WriteX functions into methods so `func WriteFlags(w *HelpWriter, groups [][]*Flag)` would become `func (w *HelpWriter) WriteFlags(groups [][]*Flag)`. This...
I did what i was saying above with making functions into methods and pushed the code. LMK if you like it and hopefully the linter passes. 🤞
Open a new Google tab with the query. So i would want to type in something and either have an existing tab open or if there is no tab, search...
I'm facing the same issue as togonow. My paper-input, paper-checkbox, and paper-slider all jump up and then back to original position when one of them is focused or unfocused. The...
👍 to enabling rw mount on local runs. I have an use case where i want to output some analysis files when running locally per repo so than i can...