Ilia Choly

Results 53 issues of Ilia Choly

It would be cool if it could generate similar methods that work on channels. Something like: http://play.golang.org/p/wr1nZgxi1m

Since there's no public canonical nmea reference, we've been linking to different resources on the web. It would be better to maintain our own copy of the message specifications that...

area/documentation
kind/enhancement

I'm having issues with the `INFINITY` tests. ``` # round 308 ok - isnan(round(NAN)) 309 not ok - tests/math.c:405: round(INFINITY) == INFINITY # got inf 310 not ok - tests/math.c:406:...

### Description of the Change The `MOCHA_OPTIONS` environment variable is a space-separated list of command-line options. It essentially copies node's approach with [NODE_OPTIONS](https://nodejs.org/api/cli.html#node_optionsoptions) The config priority is: 1. Command-line args...

semver-minor
status: in triage

Follow up from #1434

## Checklist * [x] Are you running the latest v2 release? The list of releases is [here](https://github.com/urfave/cli/releases). * [x] Did you check the manual for your release? The v2 manual...

kind/feature
area/v2