Cédric Malard
Cédric Malard
I found this solution **with** `getPlural`... not sure I'll use it: ```js // js file where gettext cannot be injected const gettextCatalog = { getPlural(n, singular, plural) { return {...
Hi rubenv, I was also looking for a changelog. This is a must-have :-) Maybe this project could help you : https://github.com/ajoslin/conventional-changelog It is used by Angular team (and others)...
If re-minified, it makes all the code after background-image unusable. Just ran into this, quite surprising: ```css .ais-search-box--powered-by-link{background-image:url('data:image/svg+xml;utf8,');vertical-align:middle;} ``` is converted to: ```css .ais-search-box--powered-by-link { background-image: url('data:image/svg+xml; utf8, '); vertical-align:...
Ah oui tiens, (shift+)tab fonctionne au poil, j'ai utilisé les flèches complètement intuitivement 😃👌 Et aussi parce qu'elles sont plus proches du raccourci que j'ai défini :beers:
Same here, seems to be related to https://github.com/zpnk/stage-ci/issues/39
ESLint is doing it, it could help : https://github.com/eslint/eslint/blob/9d1df92628dd4dd1e70fbb19454008e146387435/lib/cli-engine.js#L507-L509
Redux DevTools is impacted as well https://github.com/reduxjs/redux-devtools/issues/713 https://twitter.com/timdorr/status/1389553537659588608
I'm no more helpfull here, but [Guake](https://github.com/Guake/guake/) manages that by providing another command to run: `guake-toggle` Maybe it could be a workaround? :-) -> https://github.com/Guake/guake/blob/master/docs/source/user/faq.rst
Just came across [this thread](https://github.com/joeattardi/picmo/issues/75) which links to some interesting projects: - https://github.com/Armaldio/localize-emoji-db ([ex](https://github.com/Armaldio/localize-emoji-db/blob/master/dist/emojis/fr.json)) - https://github.com/milesj/emojibase ([ex](https://raw.githubusercontent.com/milesj/emojibase/master/packages/data/fr/data.raw.json)) - and it seems that the ultimate target should be https://github.com/unicode-org/cldr-json ([ex](https://github.com/unicode-org/cldr-json/blob/main/cldr-json/cldr-annotations-full/annotations/fr/annotations.json)) :beers:
Hi @Pliman and @codebox , happy new year :-) I would have been interested by this PR, some years have passed, what's the status ? :-)