Denis Ah-Kang

Results 30 issues of Denis Ah-Kang

I just learned from the GH support that the list of IPs provided by the API gets updated once a week. https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#ip-addresses This could lead to requests being rejected because...

The caching headers for the dated specs are currently set for 1 year: ``` denis@krave ~% curl -I http://www.w3.org/TR/2015/WD-SRI-20150505/ Last-Modified: Tue, 05 May 2015 14:26:33 GMT Cache-Control: max-age=31536000 Expires: Fri,...

A few people complained about the documentation not being clear or easy to read. From the different comments, it seems the different notions (travis, webhook, tokens, etc) are too complex...

documentation

From [Bert's whishlist](https://lists.w3.org/Archives/Public/public-pubrules-comments/2015Sep/0000.html) > Readable error messages, preferably a format close to what compilers > generate, so you can use them inside Emacs or some other IDE. > > An...

enhancement

Recent updates to the navigation-timing repository [broke the test suite](https://travis-ci.org/w3c/echidna/jobs/76927367) (fixed [here](https://github.com/w3c/echidna/commit/ee516cbd091349cf50a0183a6e9d5d9c93f7abd3)). The test suite shouldn't rely on these.

See https://lists.w3.org/Archives/Public/public-tr-notifications/2015Mar/0016.html ``` "jobs": { "retrieve-resources": { "status": "error", "errors": [ "Error: Fetching http://orthrus.w3.org:8082/?type=respec&url=http%3A%2F%2Fw3c.github.io%2Fmanifest%2Findex.html%3FspecStatus%3DWD%3BshortName%3Dappmanifest triggered a network error: socket hang up" ] }, ```

enhancement
UI

see https://lists.w3.org/Archives/Team/w3t-sys/2014NovDec/thread.html#msg42 and initial prototype from @ianbjacobs http://www.w3.org/2014/11/getreview/

review-form

The contributors page for a given repository lists substantive PRs whether or not they are open or closed. Only the merged PRs should be listed. See https://github.com/w3c/ash-nazg/pull/269#discussion_r1846403451

enhancement

ash-nazg doesn't differentiate a PR that was merged from a PR that was actually closed because in both cases, the payload has the same 'action' (see [payload comparison](https://gist.github.com/patcon/11215810)). It would...

enhancement

[GitHub will no longer support the Ubuntu 20.04 runner image starting from April 1, 2025](https://github.com/actions/runner-images/issues/11101). That PR updates the actions to use ubuntu-latest instead