Daniel Friesen
Daniel Friesen
Someone else [suggested something similar](https://github.com/reactjs/rfcs/pull/28#issuecomment-370218361), except with a `.` in an unrelated RFC of mine. I had a similar thing to say about the `ns.key` or `ns:key` syntax` to what...
> Yeah but it can be added to the JSX spec and then Babel will adjust to support it. namespace:colon feels most right to me since it mirrors how (X)HTML...
@rxaviers The current problem is that request is out of date because it's locked to `~`, so locking it to an even more specific version will just make the issue...
Same issue, I open Atom and this error gets thrown immediately and Project Ring doesn't work. It was working fine a few days ago. **Atom**: 1.19.7 x64 **Electron**: 1.6.9 **OS**:...
> I think the easiest fix would be to add a role 'user:' to each of the private databases on register. IMHO this is just how it should work period....
It would really be nice to get this working again in current versions of Node. I can't see any alternative to pouchdb + superlogin if you are building something that...
Looking at the code, it appears that the user-db-added event is only fired when a user db is created manually with `superlogin.addUserDB` from your own code. It is not fired...
Do note that `//www.gravatar.com/` is still a valid href. It is a protocol relative url, i.e. on `http://example.com` the link will resolve to `http://www.gravatar.com/`.
It sounds like you're referring to a module/js file that is not a package, i.e: Normally you would import it as `./ReactCreateElementShorthand`. Have you tried seeing if using that as...
Alternate idea to having to pick between A and B. We could read both something like a `.noderequirerrc` and a sublime project file. And when running a "Locally Alias File...