Joris MASSON
Joris MASSON
Hi ! I wanted to use `mocha/no-mocha-arrows` for our Cypress test suite, but the autofix behaviour seems a bit odd in our case. I've built a reproduction case on runkit...
Hi, I've found another problem while trying to use `@glyphs/wc-core`. At https://github.com/gorango/glyphs/blob/main/cli/lib/generate/wc.js#L30, there is a missing `$`: ```diff - + ``` The "computedStyle" is not interpolated, which results in a...
Hello :wave: I've seen your talk at SnowCamp 2022 and I asked if you used any tools to prevent breaking the rule of the Domain dependencies: no dependencies from Domain...
Related to phanan/koel#1089 Hi, this is my first pull request for koel ! The intent of this contribution is to order album song lists first by CD number, then by...
Hello, first of all thank you very much for this amazing library and specification, it's very easy to use it and works well! I have found a bug while using...
This fixes stylelint-scss/stylelint-config-recommended-scss#131
Hi, thank you for maintaining this stylelint configuration, it is very helpful 👍. Since v14.10.0, stylelint added the [annotation-no-unknown](https://stylelint.io/user-guide/rules/list/annotation-no-unknown) rule. Given that `!default` is a [valid flag][0] for Sass variables,...
Given I set an invalid host such as `http://example.com` in the settings, when I click on the "Save" button in the settings then a javascript error is silently thrown, the...
Closes storybookjs/storybook#27129 Allowing explicitly `undefined` as type for `table.type.summary` lets Story authors disable the automatic type summary while having strict TypeScript options. With `exactOptionalPropertyTypes` enforced, using `undefined` as a type...
Hi, again thank you for sharing with us and maintaining hybrids, it's been a great help for us! We are in a situation where we can sometimes load the code...