Kasper Østerbye
Kasper Østerbye
I am bitten by this in an other project (pillar-markup/Microdown). I believe it is related to https://github.com/pharo-project/pharo/issues/11222.
I get it not when building, but this piece of code in a fresh image (before I apply my github credentials) ```Smalltalk IceGitHubAPI new in: [ :api | 50 timesRepeat:...
After credentials I can do around 5000 api calls per hour, which so far has been enough. It is in [the iceberg wiki](https://github.com/pharo-vcs/iceberg/wiki/Authentication-Credentials). But how to make sure the credentials...
@pavel-krivanek - I did not stumble on this until today and I have seen it in front of my eyes every day. @maxwills While your PR solves the issue outright,...
It might very well be that all that is really needed is what you propose. I just saw that the setting is broken too, and will need to look deeper...
@maxwills Your analysis is correct. Your PR solves the issue completely. If there is a problem with the settings is a matter of taste. If one expect the synthesised beautiful...
I am not sure how to address this, and is a little low on coding time right now. The problem is https://docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting. My only idea at the moment is to...
Perhaps I just did not look closely enough in the right places, but it is not clear which token to put where. Could you perhaps give a few hints on...
Thanks @tinchodias, I had overlooked the iceberg wiki. I got it to work getting the large number of api calls allocated. @MarcusDenker - I believe the issue can be solved...
Changed location of crediential.fuel to not be image local, but still not loading (or saving)