Balázs Orbán

Results 456 comments of Balázs Orbán

Would it be possible to show the last updated date of a plugin repository in the README.md then? In a new column, right next to the downloads for example. Please...

I see. To be honest with you, I would rather have the information about "up-to-dateness", then downloads... Should I delete the Downloads column or you think it is more important?...

They have an API, so it would be possible. Here is some scores for [hyper-always-on-top](https://api.npms.io/v2/package/hyper-always-on-top): ![https://api.npms.io/v2/package/hyper-always-on-top](https://img.shields.io/badge/dynamic/json.svg?label=quality&query=$.score.detail.quality&uri=https%3A%2F%2Fapi.npms.io%2Fv2%2Fpackage%2Fhyper-always-on-top) ![https://api.npms.io/v2/package/hyper-always-on-top](https://img.shields.io/badge/dynamic/json.svg?label=popularity&query=$.score.detail.popularity&uri=https%3A%2F%2Fapi.npms.io%2Fv2%2Fpackage%2Fhyper-always-on-top) ![https://api.npms.io/v2/package/hyper-always-on-top](https://img.shields.io/badge/dynamic/json.svg?label=maintenance&query=$.score.detail.maintenance&uri=https%3A%2F%2Fapi.npms.io%2Fv2%2Fpackage%2Fhyper-always-on-top) ![https://api.npms.io/v2/package/hyper-always-on-top](https://img.shields.io/badge/dynamic/json.svg?label=final&query=$.score.final&uri=https%3A%2F%2Fapi.npms.io%2Fv2%2Fpackage%2Fhyper-always-on-top) Though I don't know how to turn it into a percentage...

I struggle to set it up as well. :thinking: A better example would be very appreciated!

I'll need to think about this, thanks for the mention! 🙂 Currently busy getting a stable release out for `next-auth` (aiming for Monday... 🤫)

Hi! I have a menu, containing both some `Link`s from `react-scroll` and `react-router`. The ones from this package do not get focus when using tab. Is this a related issue?...

Thanks @chawes13! After testing, it looks adding a `href=""` prop indeed works. I am not an expert on a11y (if it is at all a problem with that), but an...

We get a similar issue: > Get current git ref /usr/bin/git branch --show-current fatal: not a git repository (or any of the parent directories): .git Error: The process '/usr/bin/git' failed...

@chof64 could you verify which Node.js version you are on? As pointed out above, we are tracking an upstream issue in #39321 that might be the same issue that you...