Pascal Corpet
Pascal Corpet
In French syntax a colon should always be preceded by a non-breaking space. For instance, once should write: `Catégorie : anniversaire` whereas English would write: `Category: birthday` It would be...
See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/progressbar_role
See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-describedby This brings valuable information to screen reader, for instance on a "close" button. However this information is not shown in ARIA dev tools.
See the description here https://developer.mozilla.org/en/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_log_role on the website where I use it, I get an error message with ARIA DevTools  Unsupported role: log (tag: div)
## Description of the problem, including code/CLI snippet Feature/Improve suggestion: I use the `gitlab` cli extensively in my flow and would strongly benefit a cache feature. It would work like...
I think this is a bug, especially when using TypeScript, otherwise it's mostly an inconsistent state. **What is the current behavior?** When `firebase.login` returns a `Promise` which resolves in an...
As of `pymongo` v4+, it should error if used with default representation (Unspecified). We could implement a first feature that accepts custom representation, and only fails (NotImplementedError) if writing/reading/comparing in...
- Algolia Client Version: 2.5.0 - Language Version: 3.9 ### Description The library's code contains type hints (great!) but those are not advertised so our code doesn't use them (it...