Christophe Coevoet
Christophe Coevoet
For apps, the `config` commands are allowing to manage the environment variables using the CLI instead of the dashboard. However, we are missing an equivalent `reviewapps:config` set of commands (the...
Parsing a document containing `Test` produces a DOM element with a type attribute set to `button`. However, the HTML specification explicitly says that duplicate attributes must be ignored: https://html.spec.whatwg.org/multipage/parsing.html#parse-error-duplicate-attribute This...
 It is mathematically impossible to have an Interop score of 98% while Edge at 89% and Safari at 90%
https://github.com/foundation/foundation-sites/commit/3a4eecb168273a509dfe9989977790edd25dbdb2 introduces usages of `@use` in the Sass files, which is not supported by node-sass (because it is not implemented by libsass but only by dart-sass). While this move is...
- [x] [Proposal](https://github.com/sass/sass/blob/main/accepted/css-function-mixin-preparation.md) (https://github.com/sass/sass/pull/3812) - [x] Update official spec (https://github.com/sass/sass/pull/3854) - **Deprecation** - [x] [Dart Sass](https://github.com/sass/dart-sass/issues/2197) (https://github.com/sass/dart-sass/pull/2230) - [x] [Tests](https://github.com/sass/sass-spec/issues/1962) (https://github.com/sass/sass-spec/pull/1982) - [x] [Website](https://github.com/sass/sass-site/issues/979) (https://github.com/sass/sass-site/pull/1028) - **CSS Compatibility** (`@function`) -...
Our functional tests are based on input files in https://github.com/scssphp/scssphp/tree/master/tests/inputs with a corresponding output CSS file in the `outputs` folder. Note that it does not support creating nested folders (the...
Currently, the `async-aws/illuminate-queue` integration only supports `illuminate/queue` up to 9.x
Currently, the `async-aws/illuminate-cache` integration only supports Laravel up to 9.x
Relates to #1481
This issue is not a bug in async-aws. It is a known bug in the PHPStorm phpdoc parser. The async-aws code is impacted because of the `@region` key in the...