Darek Kay

Results 45 comments of Darek Kay
trafficstars

> Can someone else who has encountered this issue test with the new browserlist to confirm that it works? I can confirm this. I've reproduced the issue on 039972c and...

Related issue: #15

> It becomes a lot easier if we can just type two characters and get a list of country names to stir our memory if we feel like we kind...

> Do you have an idea to fix it? 1. Find all contrast ratio issues using any tool ( e.g. Chrome DevTools Audit or pa11y) 2. Choose better values, either...

Here's a result from [web.dev](https://lighthouse-dot-webdotdevsite.appspot.com/lh/html?url=https://www.smooth-code.com/open-source/smooth-ui/docs/button/#accessibility) (which uses Google Lighthouse)

Another variant is described in #316 I came up with my own solution: ```js const _ = require("lodash"); eleventyConfig.addCollection("postsByYear", (collection) => { return _.chain(collection.getAllSorted()) .groupBy((post) => post.date.getFullYear()) .toPairs() .reverse() .value();...

~Isn't [hexo-hide-posts](https://www.npmjs.com/package/hexo-hide-posts) what you're looking for?~ EDIT: sorry, I've just went through the discussion without properly reading the issue.

Implemented in version `3.0.0`! Any custom grade system is now supported. The `example` folder includes Radix UI palettes with a range between 1 and 12.

This issue is still valid, please un-stale it.

This _might_ be resolved with [8.3.10](https://github.com/redux-form/redux-form/releases/tag/v8.3.10). From a first look, I didn't encounter the problem anymore.