Sid Vishnoi
Sid Vishnoi
As of Aug 21: ``` ├─┬ eslint-plugin-jest 28.8.0 │ └─┬ @typescript-eslint/utils 7.16.0 │ └── ✕ unmet peer eslint@^8.56.0: found 9.9.0 ├─┬ eslint-plugin-jsx-a11y 6.9.0 │ └── ✕ unmet peer eslint@"^3 ||...
Given the popup gets closed to accept the new grant, we can't really distinguish (popup is stateless for open/close except during connection phase) between whether this is a fresh edit...
Should run this through our UX expert, Radu M, if we should do this, and how other extensions handle these things.
Sorry for the wait! > I'm happy to work on this but am having difficulty building respec-web-services to be able to work on this. Can you please help. Let me...
Note that the commits endpoint calls GitHub's GraphQL API for commits, not the REST API. Relevant GraphQL Query in respec-web-services: https://github.com/speced/respec-web-services/blob/a6fa5e0095ca22a62db1b788055532e34a17342d/routes/github/lib/commits.ts#L121-L145
Closed by https://github.com/speced/respec-web-services/issues/435
A more general way would be to pass `BUILD_FLAGS` which would allow passing custom parameters to either respec/bikeshed (in this case: `BUILD_FLAGS: -t 30`). We've the [setup in place](https://github.com/w3c/spec-prod/blob/796e4101600225fe24d1e967416e348fefdcc266/src/prepare-build.ts#L37), just...
> I don't know how respec would behave if the -t parameter was passed twice. That's something I need to fix on ReSpec side (it parses it as: `timeout: [20,...
A plain currency conversion would give odd numbers (like 5 USD is 7.24 CAD) and won't take purchasing power parity of different currencies into account. Might be high time to...
https://github.com/w3c/spec-prod/issues/99 will help. Someday I'll get enough time and energy!