Artem Belyakov
Artem Belyakov
Hi there! Thank you for your work, really appreciate it. I saw an open #12 which is related to me too and decided to create this small fix.
### Requested feature Add a simple component that returns git ahead/behind status like this `5⇡9⇣`. ### Motivation This info seems quite useful and kinda default to have to me. Moreover,...
### Is your feature request related to a problem? Please describe. Currently `List` for pagination response has `total_count` field which is not supported by Stripe API for a while. When...
Suggest using `div_ceil()` instead of manual implementation for basic cases. Partially fixes #12894 changelog: new lint: [`manual_div_ceil`]