Xavier Lacot
Xavier Lacot
The problem is described in https://jira.appcelerator.org/browse/TC-5317 This PR introduces a new `name` attribute, which allows command files to tell the CLI which is the name of the command. It allows...
- [x] My submission is formatted according to the guidelines in the [contributing guide](/CONTRIBUTING.md) - [x] My addition is ordered alphabetically - [x] My submission has a useful description -...
The project works great and allows to see the first commit for a given project. It would be great to also find the first commit for a given user github-wide...
The imports path resolution is done in an incomplete way, as it only relies on a combination of the current directory (`process.cwd()`) and the `options.includePaths` that the user might pass....
Basically, this option allows to only import variables defined in imported stss files, I have a case where this is useful.
The [CSS level 3 Syntax](https://www.w3.org/TR/selectors-3/), which is a Recommendation since 2018, allows much more characters in `id` and `class` selectors than the ones currently supported by the "Attributes" extension: https://github.com/thephpleague/commonmark/blob/91c24291965bd6d7c46c46a12ba7492f83b1cadf/src/Extension/Attributes/Util/AttributesHelper.php#L26...