Natan Sągol

Results 84 comments of Natan Sągol
trafficstars

According to the official [docs](https://firebase.google.com/docs/reference/js/firebase.database.Query#equalTo) it’s perfectly fine pass `null` as a value. However there’s a strict comparison to `null` here: https://github.com/firebase/polymerfire/blob/f1073078115b72280984d5d9b1c88d75f510fc9a/firebase-query.html#L263 It was introduced in #98 as a fix...

@mbleigh @tjmonsi Is it really necessary to wrap these methods since there is a direct access to `ref`? I don’t see the point.

Hi, is there a chance to make some progress here? If not, that's ok, I'll just close this.

Hi, it's been two years since I made this proposal. Can we please move it in one direction or the other?

I guess we'll have to wait a little bit longer according to [this](https://lwn.net/Articles/700422/). Last patch for ShifFS was [posted](https://patchwork.kernel.org/project/linux-fsdevel/list/?q=shiftfs) June 1st... I can't find much more information regarding this topic....

Basic mapping is already [implemented](https://success.docker.com/Datacenter/Apply/Introduction_to_User_Namespaces_in_Docker_Engine). There is much more to do tho.

I've tried to reach out James Bottomley @jejb via Twitter with no success. He's the only person I can find who might know sth in the subject. Is there some...

Thanks @jejb 👍

As for now, there's none.

One thing I notice is that in your example inputs are lower case, whereas the action defines them as upper case, e.g. `GITHUB_TOKEN` instead of `github_token`. While most actions these...