Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
jeroen closed an issue on jeroen/curl
Relative url containing only a fragment also affects the path
``` r curl::curl_parse_url("#foo", "http://x.com/a/b/c")$path #> [1] "/a/b/" ``` <sup>Created on 2024-12-23 with [reprex v2.1.0](https://reprex.tidyverse.org)</sup> IMO this should be `/a/...jeroen pushed 1 commit to master jeroen/curl
- Add workaround for anchor links (#367) Bug in libcurl 8.11.1 and lower: https://github.com/curl/curl/issues/15836 5ea5c9a
jeroen pushed 1 commit to url-fragment jeroen/curl
- Just use workaround unconditionally for now e761626
jeroen created a comment on an issue on jeroen/curl
Checking with upstream curl if this is expected: https://github.com/curl/curl/issues/15836
jeroen opened an issue on curl/curl
Parsing anchor links changes path/query of URL
### I did this When parsing anchor-only links `#section` from a html page, the path and query sometimes change. For example: ```c #include <stdio.h> #include <string.h> #include <curl/curl.h...jeroen opened an issue on r-lib/httr2
multi-req test not behaving as expected?
This test behaves someone weird. It is already skipped on MacOS GHA supposedly because GHA is slow, but I think the problem is actually the way webfakes handles concurrent requests. https://git...jeroen pushed 1 commit to master r-universe-org/build-source
- Try again setting litedown vignette engine See https://github.com/r-universe-org/help/issues/529 1e7d58d
jeroen pushed 1 commit to master r-universe-org/build-source
- Try again setting litedown vignette engine See https://github.com/r-universe-org/help/issues/529 cf7d853
jeroen pushed 1 commit to master r-universe-org/build-source
- Try again setting litedown vignette engine See https://github.com/r-universe-org/help/issues/529 42b6955
jeroen created a comment on an issue on jeroen/curl
We could make it opt-in, but the problem is also that this makes the behaviour inconsistent with the ada fallback parser. So it depends a bit in how portable this has to be. Op di 24 dec 2024 ...
jeroen created a comment on an issue on jeroen/curl
That is by design. A url has to start with `scheme://` so we require that. The `curl` command line is a bit more lenient and guesses `https` to be the scheme in case no scheme is given, but it's re...
jeroen created a tag on opencpu/opencpu-server
v2.2.13-5 - Installation packages (deb, rpm, docker) for OpenCPU cloud server
jeroen pushed 1 commit to main r-universe-org/frontend
- Fix view for packages without datasets Part of https://github.com/r-universe-org/help/issues/551 0c13bf9