Jason Miller
Jason Miller
Probably too ironic ;)
Github uses [Licensee](https://github.com/benbalter/licensee) to detect licenses within projects, which should be able to find license information from your `package.json` or similar files: https://github.com/benbalter/licensee/blob/master/lib/licensee/project_files/package_manager_file.rb#L20 (interestingly, I'm not seeing "MIT" show up...
All very good points, thanks for such a well-articulated explanation. At minimum we could definitely ship @dstaley's option - right now there is already a per-file threshold, it's just hard-coded...
@dstaley same here.
@aduth hey, no worries. I approved it but then re-read the discussion and decided to release [v2](https://github.com/preactjs/compressed-size-action/releases/tag/v2) without this for now since I couldn't decide.
@dstaley that would be really great. I had originally intended to move `diffTable` and the other independent helper functions out into their own module so that they could be unit...
My hope for what we could do here would be basically this: ``` for each run: if `threshold` option is null or an empty string: no change from today else:...
I've noted it elsewhere, but I wanted to echo here for visibility: in order to be broadly useful, a "bulk set" feature should support properties rather than (or in addition...
Sounds reasonable. Before I create an issue, I wanted to double check: if the goal is multi-set performance primitive, maybe both cases could be covered by a separate lock/commit style...
This seems like a reasonable default to me. Want to submit a PR?