Pascal Corpet

Results 33 issues of 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 ![image](https://user-images.githubusercontent.com/7937848/144268906-7b7cafb9-b5bb-42dd-8896-218078fc9ae8.png) 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...

cli
help wanted

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...

bug
types

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...

enhancement

- 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...