Joseph Dykstra

Results 44 issues of Joseph Dykstra

It looks like 2 spaces is the prevailing style?

Speed up git mode by doing a shallow clone: `--depth 1` I guess this would be a breaking change, since git has not supported the `--depth` flag forever. (From what...

A bunch of the tests were failing on Windows because of the path separator. This PR fixes that issue. At least one of the tests still fail for me, but...

`deepmerge(a, b, opts)` and `deepmerge.all([a, b], opts)` behave differently given certain options. Repro: ```js const deepmerge = require(`deepmerge`) const data1 = { a: false, b: true, c: false, d: true,...

The docs say that it supports a string... But is seems to support js numbers too. And people are gonna pass in JS numbers unless it's forbidden. So to avoid...

You can now format an ETA to look like this: `11d 0h 8m 53s ETA` Instead of just looking like this: `950933 ETA`

Looks like the site is just a landing page now... https://domainhack.me/

There are some TLDs that domainhack.me seems to ignore (e.g. `.xyz`) Perhaps this module would come in handy: https://github.com/stephenmathieson/node-tlds Or the browser version: ``` html ``` https://jsfiddle.net/ztfdpmcn/ Unfortunately, it would...