Gregor Martynus
Gregor Martynus
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** When running `npx bundlesize` in a GitHub Action, I get this warning: >...
Hey there, I found out there is a GitHub App at https://github.com/apps/bundlesize. I was curious and tried to install it on https://github.com/octokit/rest.js but after install it redirected me to https://github.com/login/oauth/authorize?installation_id=91906...
this is what I get: ``` $ npm install strscan npm http GET https://registry.npmjs.org/strscan npm http 304 https://registry.npmjs.org/strscan npm http GET http://packages:5984/strscan/-/strscan-1.0.1.tgz npm ERR! fetch failed http://packages:5984/strscan/-/strscan-1.0.1.tgz npm ERR! network...
Example: E.g. instead of ``` paths.changed.paths["/app"].operations_changed.get ``` you could just do ``` paths.change.paths["/app"].get ``` The `operations_changed` is implied by the `changed`
These `"simple"` properties do not exist in the original OpenAPI spec files
To reproduce ``` # download latest `api.github.com.deref.json` and store it as `fixtures/api.github.com.deref-changed.json` curl https://raw.githubusercontent.com/github/rest-api-description/main/descriptions/api.github.com/dereferenced/api.github.com.deref.json --output fixtures/api.github.com.deref-changed.json # create diff.json cargo run --bin cli diff fixtures/api.github.com.deref.json fixtures/api.github.com.deref-changed.json --format json > diff.json...
This is probably pretty specific to GitHub's OpenAPI specs for GHES A lot of the `paths.changed` entries are only listed because documentation URLs changed between versions. Example Maybe there is...
closes #1, closes #17. Tested on https://github.com/gr2m/ghpages ⚠️ currently blocked by https://github.com/maxheld83/ghpages/pull/18#issuecomment-485274829 and https://github.com/maxheld83/ghpages/pull/18#issuecomment-488579990