Scott Jackson
Scott Jackson
When looking into this I found https://help.github.com/en/actions/reference/events-that-trigger-workflows#triggering-new-workflows-using-a-personal-access-token with info and https://github.com/peter-evans/create-pull-request/blob/master/docs/concepts-guidelines.md#triggering-further-workflow-runs with some info about how to work around this issue.
I am seeing the same thing. I am using my own custom shouldRetry handler to get around this. If you add ``` shouldRetry: (error) => { const cfg = rax.getConfig(error);...
JS: `btoa(RawDeflate.deflate(encodeURIComponent(chunk)))` PHP: `urldecode(gzinflate(base64_decode($chunk)))` It still returns errors on some specific cases but it mostly works.
For the record, this also causes serious differences between headless vs normal Chrome's reporting of SVG text width via `getBoundingClientRect`. By default headless chrome was always flooring the values, and...
We at PhotoLynx have been using ImgProxy for a couple of weeks. Currently we are using it only for our PLIC suite of apps, which is not publicly accessible and...
Chromecast rejects any self-signed certificates. That is not something I can work around directly. The work around is enabling the proxy. The proxy sets up a web server directly on...
No it has not
You are right that DSub just uses the standard audio API. As time has gone on basically every other audio app has had to write their own audio stack because...
Will hopefully finally get around to really checking this out in the next week or so. Been just working my way backwards through PRs since I started working on this...
Possible starting point https://gitlab.com/fdroid/fdroidclient/blob/master/src/org/fdroid/fdroid/FDroidCertPins.java https://github.com/binaryparadox/AndroidPinning https://github.com/ge0rg/MemorizingTrustManager