Flo Edelmann
Flo Edelmann
* Add fixture 'stairville/led-vintage-bowl-50-rgba' Thank you **olivier marzullo**!
* Add fixture `american-dj/mega-pixel-led` ### Fixture warnings / errors * american-dj/mega-pixel-led - :x: Category 'Pixel Bar' invalid since no horizontally aligned matrix is defined. - :warning: Category 'Color Changer' suggested...
* Update manufacturers.json * Add fixture 'chauvet/colorband-q3bt' Thank you **JEM**!
* Add fixture `uking/zq-b136---7-x-10w-mini-led-moving-head` Thank you **DC**!
* Add fixture `uking/zq02001-ili-zq-b242` ### Fixture warnings / errors * uking/zq02001-ili-zq-b242 - :x: Resource alias 'ClayPaky/gobo00060.svg' not defined in file 'resources/gobos/aliases/qlcplus.json'. - :x: Resource alias 'SGM/gobo00008.svg' not defined in file...
[Stylelint](https://stylelint.io/) has a [`compact` formatter](https://stylelint.io/user-guide/cli#--formatter--f) that is (nearly) compatible with ESLint one's. It outputs lowercase severity strings though, so [`eslint-compact` matcher](https://github.com/actions/setup-node/blob/v1.3.0/.github/eslint-compact.json)'s RegExp is not triggered. This PR changes the matcher...
### Code ```kt val list = listOf("foo", "bar, baz") Yaml { listSerialization = YamlBuilder.ListSerialization.FLOW_SEQUENCE }.encodeToString(list) ``` ### Expected ```yaml [ foo, 'bar, baz' ] ``` ### Actual ```yaml [ foo,...
When parsing [this file](https://github.com/streetcomplete/countrymetadata/blob/1041d52cd27b228214665722d73be4c241c9b292/data/advisoryCycleLaneStyle.yml) (with default settings), YamlKt throws a parsing error, even though it is valid YAML. Note that it does not have a newline character (`\n`) at the...
Closes #7.
There is a [new service key `profiles`](https://docs.docker.com/compose/profiles/) since docker-compose v1.28: https://stackoverflow.com/a/65922688. Using it leads to an error: ``` AssertionError: key: profiles not known ```