Jonas Tranberg

Results 3 issues of Jonas Tranberg

My npm install fails with the following error ``` nauer ~ $ sudo npm install -g nwm /usr/local/bin/nwm -> /usr/local/lib/node_modules/nwm/bin/nwm > [email protected] install /usr/local/lib/node_modules/nwm > node-gyp rebuild gyp WARN EACCES...

Right now the time.Duration field can only parse the units supported by [time.Parse](https://golang.org/pkg/time/#example_ParseDuration) which is "ns", "us" (or "µs"), "ms", "s", "m", "h". Would there be an interest in adding...