-
Hi, that was the real issue underneath. I spoke a bit with Leon, and we concluded it's ok to have an UMD build published in NPM - after all it's a superset of commonjs.
We inspected what nap is publi…
-
It seems the rhumb syntax is more or less compatible with [URI templates](https://tools.ietf.org/html/rfc6570), however the latter offers additional semantics such as value modifiers. These can be han…
-
Walter,
I git cloned fresh and tried to build... am I missing some link file or lib?
Build FAILED.
"C:\Users\Rick\Documents\GitHub\o-plugin\w-route_pi\build\ALL_BUILD.vcxproj" (default target) (1) -…
-
Rhumb needs to work in some set of browsers, but testing these can be a pain. To make sure things are working correctly, we need to set up automated testing across whatever set of browsers are relevan…
-
Currently, if you match `/foo/{bar}` with `/foo/wibble?bar=1` the value of `bar` sent to the callback in the `params` object will be `wibble`, and the query parameter is lost. It makes sense for path …
-
When something like `/foo?bar=1&bar=2` is encountered, it should be rolled up into an array of values, in the order they are encountered. Probably worth looking into the rules of URI template to see w…
-
If you register the url `/` it will be placed in the lookup tree, however it's not possible to find. I think this is because of some early exits in `find` which will effectively short circuit if the s…
-
Virtualized dev environments are a huge boon to productivity, making almost any works-on-my-machine problem just go away by offering up a consistent development experience. Bonus points if this enviro…
-
_From @pemrouz on September 17, 2015 16:39_
Just run `popper` (or `popper -b`, where `-b` means an empty list of browsers, which overrides the list of browsers in the `.popper.yml`, which basically m…
-
Whenever I try to publish a package to a scope, I get an error (after some time.) I've scoured the issues and found #6446, #6669, and #8059. I've tried removing `~/.npmrc` and logging in multiple time…