Christophe Coevoet

Results 450 issues of Christophe Coevoet

The index.html hardcodes `Last updated on July 22, 2020`. The activity on the repo tells me that this is outdated (unless nothing has indeed been deployed since then)

See https://github.com/LasseRafn/ui-avatars/pull/43 for something not deployed (and see the discussion there about other differences)

The lasserafn/php-initial-avatar-generator has support for generating SVG avatars, but the SVG generation in this repo is a different one.

stylelint-scss currently provides a set of `at-import-*` rules to check imported paths. It would make sense IMO to have the equivalent `at-use-*` rules (maybe using the new `-allowed-list` and `-disallowed-list`...

Help wanted 🙋
New rule 👌

Stylelint 13.7 has renamed rules using `-whitelist` and `-blacklist` in their name (keeping the old rule names as deprecated until the next major version of course): https://stylelint.io/CHANGELOG#1370 It might make...

Enhancement ✨
Help wanted 🙋

Currently, the `master` branch of this repo contains the code for the Flysystem 1.x adapter. The 2.x branch contains the code for the Flysystem 2.x adapter which is a subtree...

The easiest way to observe this is to use the React DevTools on keen.io. When you switch to the Explorer Classic, a new `App` root is mounted. But if you...

While I use a mouse most of the time, I regularly navigate with the keyword when dealing with forms, to go faster. But doing that with the explorer is a...

enhancement

When someone edits a file directly on github and does not fill a commit message, Github will fill it as `Update `, which then becomes the default PR title too....

help wanted