Alfi Maulana

Results 28 comments of Alfi Maulana

It seems the main issue come from the `GetCacheEntryDownloadURL` method, because it always response randomly between the download URL found and not. The other method seems working properly.

@derekstavis i think you should check this

Hi @niwciu, thank you for raising this issue. In my opinion, regardless of how Gcovr should be called, any GitHub action that calls a program should have a `working-directory` input...

@seanmiddleditch updated

I think this isn’t going to work for JWT decoding, because it usually expects a JSON string instead of a `Uint8Array`.

I was thinking that compared to `atob` which already returning string, `Uint8Array.fromBase64` return `Uint8Array` which need to be decoded first to string. But after looking through it, you're right, using...

Everything working fine on my side, one of the possibility is that the result received by the program is an error page. In which case, using proxy or different machine...

How many attempts did you try before getting the 429 error? Is it still working after several minutes?