urugator

Results 68 comments of urugator

Adjust naming to follow [WHATWG URL Standard](https://nodejs.org/api/url.html#url_url_strings_and_url_objects). Eg: `request.path` should be `request.pathname` etc

I also wonder about this. How can I re-create the session? I want to logout current user just before logging in the new one: ```javascript // if some user is...

I haven't looked into `tabstops` and I've just started with `enquirer`, so perhaps it's already doable in one or another, but I would like to be able to provide `initial`...

Should it respect `requiresReaction` or global `computedRequiresReaction` (meaning it wouldn't warn by default)? Or maybe `requiresReaction === false` could be used as override - `true` or `undefined` would have no...

RxJS doesn't return `Rx.Observable` to make things predictable for user, but because it has to. It has to return some common abstraction so it can be used further by library...

Btw check the current description for `initialValue` of `fromResource` in the README.md :)

Observability in MobX is not defined by interface. Any object can be observable (consumed by Mobx) no matter what the interface is. Unlike RxJS there aren't methods which consumes a...

Does it work for non-stringable entries? Set's values are also it's keys, so I wonder what happens with `path`...

> Wouldn't it be better to first check for a motorcycle, before we go inspecting every tire? I assume, similar to CSS handling in browsers, it's not optimized for individual...