Nick Oliver
Nick Oliver
totally agree, and ambiguity on what something like `'0.5'` means (50%? 0.5%?) is a bad experience 👍 thoughts on >I wonder if looking for [a] trailing % would be a...
@dschu-lab looks like #79 fixed this: 
Or when `postinstall` runs some npm scripts to help devs out, but requires devDeps and the bundles need `NODE_ENV=production`. #85 & #88 add customization to the installation, but it may...
FWIW you might be able to do so via [`jobs..steps[*].env`](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsenv), i.e.: ```yaml ... steps: - uses: actions/checkout@v2 - uses: preactjs/compressed-size-action@v2 env: PUPPETEER_SKIP_DOWNLOAD: true ```
Ah, https://github.com/yunyu/parse-prometheus-text-format/blob/22df241b1651de16c9855e9a045a649690d25a96/src/index.js#L170-L171 didn't anticipate https://github.com/yunyu/parse-prometheus-text-format/blob/22df241b1651de16c9855e9a045a649690d25a96/src/index.js#L176 being run first, should be a simple PR 😌
@WillsB3 looks like #79 fixed this: 
@fresheneesz #8 is now closed, IDK about releases but maybe run this again?
can also happen if you're using the i386 downloads when the compiler is expecting x86 (at least, for me on Ubuntu 14.04LTS) (not a bug)
or would maybe a note of the possible [`process.on('exit', ...);`](http://nodejs.org/api/process.html#process_event_exit) would be more appropriate? ([example](http://www.pixnbits.org/articles/oracle-and-node))
I have quite a few ports even w/o any boards attached :S  Maybe mine is a fringe case. _shrug_ Though a user will have no less ports than boards...