Blake Kostner
Blake Kostner
When running `php _backend/Console/Translate.php` it should also translate the `_template` files. It currently does not and trying to include those files individually causes things to break.
### Expected behavior Nice clean PHP code style. ### Actual behavior Tabs with spaces and spaces with tabs. ### The solution We add [CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) with the PSR2 standard to the...
### Expected behavior When a cdn is unreachable, another one is tried so our JavaScript does not break. ### Actual behavior All our JavaScript is failing. ### Steps to reproduce...
### Expected behavior Use the latest and greated image format to improve speed. Gracefully degrade to larger images when needed. ### Actual behavior We use an old, dated, image formats....
### What problem are you facing? I am personally running into permission issues (https://github.com/terraform-docs/gh-actions/issues/50), but I also see a lot of issues filed here about adding functionality to the git...
@flobrosch, It seems the DNS is registered to you. I would like to use cloudflare to cache the whole website. Considering all of the site is static, including the search,...
We need to talk about how developers should take screenshots for their apps. Some talking points include: - Only capture the app window. No desktop screenshots. - A decent size...
Right now our [translation section](https://elementary.io/docs/code/getting-started#Adding-Translations) only includes information on translating written code. We should expand this to include files in the `data/` directory, namely: - [ ] the `.desktop` file...
The documentation site still includes Google analytics. It should not load google analytics, but plausible like all the elementary projects.
We should use the `standard-engine` `package.json` key to check what fork of standard to run. See https://github.com/standard/standard-engine/issues/196 for more information.