platformio / platformio-registry

The world's first package and project dependency management solution for embedded development
https://registry.platformio.org/
Apache License 2.0
5 stars 4 forks source link

The author link when it has an @ in the name fails #97

Open hpsaturn opened 5 months ago

hpsaturn commented 5 months ago

Summary

Maybe some old users like me, in some point of the time, configured the account of the registry with its nickname or using the @name convention like is suggested also in the community profile settings. Well, it fails in the registry page:

photo_2024-04-24_23-48-56

For instance, in this library: https://registry.platformio.org/libraries/hpsaturn/EspNowCam

The target link published in the registry page that fails is: https://registry.platformio.org/search?q=author%3A%40hpsaturn

Solutions

ivankravets commented 5 months ago

I see you already fixed it?

hpsaturn commented 5 months ago

Nop, is weird. Yesterday after publish this issue, I did some changes using de pio core CLI, around my account, with the pio account update command. But I can see that the issue only is resolved in one of my libraries:

https://registry.platformio.org/libraries/hpsaturn/CanAirIO%20Air%20Quality%20Sensors%20Library

I review its manifest and is different to the others. Maybe the question is, this section or link in the registry page is filled from the library.json file manifest? Should be filled with the username of the author, I guess, but not, and when I did click in this library that show a "H" instead a "@", I have this:

screenshot20240425_142732

but there only is listed one of my libraries. I have more libraries using my account and username "hpsaturn". For example:

if you use the search tool of the registry, it give more results: https://registry.platformio.org/search?q=hpsaturn

From my other libraries with "@" we have the same issue that I described.