Charly Coste
Charly Coste
I don't know. You might want to ask GitHub, as these archives are automatically generated by their software.
I'm unable to locally produce (with `git archive --format=tar.gz --prefix=python-libarchive-c-5.1/ 5.1 >archive.tar.gz`) the exact same file GitHub provides, but the uncompressed tar files (`gzip -d`) are identical (sha256sum a8c13c2f8a16219459acc78366a7cc0291b9812a849da4371d0b560311d9d143), so...
The archives in PyPI aren't generated by `git archive`. Also, they're static files, so you might want to use them instead of the ones generated by GitHub, as this would...
The [LanguageDetector API](https://developer.mozilla.org/en-US/docs/Web/API/LanguageDetector) can be used to ask a browser to detect the language of a text. It's currently only supported by Chrome.
The URL path of a page and the path of its source code in the repository are derived from each other. This is referred to as “filesystem routing” in [Liberapay's...
Looks like a good start to me. In the final design, the buttons should probably be on the same line as the Markdown logo, either just below or just above...
Excessively precise monetary amounts aren't allowed. What needs to be done to close this issue is to improve the error message.
There might be some issues as we treat some AJAX requests differently than normal requests. [*Edit*] Specifically we look for the HTTP header `X-Requested-With: XMLHttpRequest`. If the preloading requests don't...
Same thing as a standalone instead of a jQuery plugin: https://instant.page/ *Edit:* Actually, instant.page isn't exactly the same thing as smoothState.js, it uses the browser's native preloading feature instead of...
JavaScript isn't really needed to do this anymore, as Chrome has added a mechanism to tell the browser to do this itself by adding a `` tag in the HTML...