Shunichi Shinohara
Shunichi Shinohara
At OTP 25 rc3, compiler options for features are changed. Also, it seems that erlang_ls formatting changed. As of erlang_ls 64f58c9 and OTP 25 rc3, (not good) workarond diff is...
Same issue on me! I read github actions doc a bit, and found `GITHUB_RUN_ID` https://docs.github.com/en/actions/learn-github-actions/environment-variables > A unique number for each workflow run within a repository. This number does not...
cf. https://github.community/t/get-runs-url/16921
Oops, the url construction is already explained in the description :sweat:
May or may not an good answer for you, I know one example, Riak CS. [1] It parse range header and fetch contents from Riak to satisfy the range by...
If RST is only the issue, `Expect: 100-Continue` may help. Webmachine can treat 100 Continue [1]. I don't know how Apache HTTP Client behaves, but at least doc says it...
@Altreus Do you mean https://github.com/basho/webmachine/blob/develop/priv/trace/http-headers-status-v3.png ?
@Altreus Sorry, I don't know about that.
Current .travis.yml https://github.com/massemanet/redbug/blob/master/.travis.yml includes 20, 21, 22. I will add 23, 24 if useful. I requested 25.0-rc2 to travis CI, it's possible to add it too after it becomes available.
Added 25.0 and some others. I'm not sure where the build status of travis ci is...