Arne Blankerts
Arne Blankerts
That is apparently correct but not a trivial fix. As github doesn't seem to provide an explicit API to find out how many releases actually exist, this information has to...
Starting `phive 0.14.5` we're requesting 100 releases per "page". While that of course doesn't fix the actual issue, it at least mitigates the problem a little bit on the cost...
@Xethron Which version if phive are you using?
Can you try using `phive 0.15.1` and if the problem persists with it?
> ``` > > ``` > > I assume this bypasses the "alias" lookup, and then uses the GithubAliasResolver instead of the url in repositories.xml Yes, that's a different resolver...
Fixed that. Thanks.
This certainly looks like an encoding problem to me, given that the "ü" gets mangeled into two chars... I'm a bit reluctant to tag this as a bug but it...
Thanks, @MacFJA! Let me get this straight: Windows, in 2020 (!), is not supporting UTF-8 by default. In 2020. Srsly? :speak_no_evil: But that aside, I'm not sure I'm understanding it...
Sorry for taking long to investigate. There are multiple angles to this: - Phive indeed doesn't do anything in particular to protect itself from race conditions when operating on its...
Thanks for the heads up! I really need to find some time to work on phive...