Blake Kostner
Blake Kostner
There was an issue with loading jQuery mentioned in [this reddit post](https://www.reddit.com/r/elementaryos/comments/6beul9/when_i_click_on_purchase_elementary_os_from_the/). He said he did not use any plugin. If it's not a CDN network issue, it's probably a...
We might run into version issues, but I doubt anything breaking. I don't think jsDelivr automatically updates major versions, and the api between the minor versions _shouldn't_ break any of...
Most of the jQuery usage is for ajax and for Dom manipulation of classes and html content. It's possible to rewrite it, but it's quite a lot to rewrite.
Google chrome audit shows improvements with webp, but I haven't done tests. I think the biggest improvement will be on the homepage, where we have a lot of full transparent-backed...
Chrome shows it as red (1546 kb). Also, the images directly from master branch are not the ones we serve. All of the images are put through `imagemin` during [the...
Looking at the [source code](https://github.com/imagemin/imagemin-jpegtran/blob/master/index.js), it seems that the jpeg command ends up being `jpegtran -copy none -progressive -optimize`. There is no option to change the quality. Chrome shows a...
We don't change the hash anymore, it's still accessible with new links or adding it yourself. I'm guessing the browser is scrolling that content area right so to where that...
@inad9300 can you double check that this fixes the problem? https://beta.elementary.io/showcase-scroll-fix/
I have not touched this since the initial commit, so it's pretty stale
We will want to modify this line to exclude comments with the email `[email protected]` and `[email protected]` https://github.com/elementary/releases/blob/master/release.py#L43