-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Update repositories.txt #5174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update repositories.txt #5174
Conversation
Arduino Lint has suggestions for possible improvements to https://github.com/piscodev/r4httpclient:
|
Your submission has now been accepted! Thanks for your contribution to the Arduino Library Manager index. The library(s) will be available for installation via Library Manager within a day's time. You can check the logs from the Library Manager indexer for your library(s) here: |
Hello @piscodev. The automated system here only operates on open pull requests. Since your submission was already accepted and the pull request merged, the bot won't pay any more attention to this pull request. But this human is happy to provide assistance. Was there something you needed from the bot? |
I thought calling the bot re-scrapes the index. Made some mistake on my properties, it was v1.0.1 but my release were still v1, then I updated the properties back to v1 back after being scraped. Now, I just decided to make some updates for v1.0.2. Anyway, thanks 👍 |
I have updated to 1.0.2 but it hasnt scraped the new version, what could have happened? |
hi @per1234 it looks like there's an encoding problem with the character ñ in library.properties file (author field) when library.properties is encoded as ascii, ñ = 0xf1, but library registry lists this: when library.properties is encoded as unicode, ñ = 0xC3B1 (or \u00F1), but library registry lists this (double-escape?): the registry has a couple of libraries using this character and it's display normally in the json flow, however it seems to give problems with @piscodev's properties file do you have a suggestion on how to produce a lossless properties file? |
@piscodev I already explained to you that mentioning the bot doesn't have any effect after your pull request has been merged. So why are you still doing it???????????????
I see it in my Library Manager. Please check again. It takes time for the new release to be indexed and then the updated index to work through the cache. We give a conservative estimate of availability within one day's time. So please don't expect instant results. |
Hi @tobozo. I compared @piscodev's https://gitlab.com/xoan/escornabot-extlib/-/raw/master/library.properties I found that the file encoding of the working one is UTF-8, while the encoding of @piscodev's file is ISO-8859:
So it should be possible to fix the rendering problem by changing the file encoding to UTF-8 |
Request for adding wrapper for Arduino UNO R4 WiFi HttpClient