Daniel Escoz

Results 13 comments of Daniel Escoz

I managed to add it ad-hoc for a single run, I'll send a PR with a proper solution if I have some time. My idea was to add an argument...

Yeah, I'd rather too, but apiDoc does very strange things if the name is not alphanumeric, and would straight up not work if `.` is in the pattern. At least...

Still happening to me on Ubuntu 16.04, and @narcelio's solution works.

your kilogram example works because kilograms is the base unit of mass, but if you were to use pounds instead ``` console.log(Measure.of(72, pounds).toString()); // prints: 32.658650640000005 kg ``` you should...

Any idea if/when this will be done or how can we help??

@parkr Be sure to `git submodule init` and `git submodule update` if you clone it, as well as installing the `jekyll-redirect-from` gem.

So, I'm on Linux and I own this headset, how can I help??

I am also seeing this problem with a refine -> transform -> refine situation, and in a particular way that makes the second refine crash because it doesn't get the...

Depending on what you want, I might agree or disagree with this completely: - Executing a callback on the _main_ thread after a while, registering it on a different thread:...