Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

jeroen

jeroen pushed 1 commit to master jeroen/curl

View on GitHub

jeroen deleted a branch jeroen/curl

url-fragment

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

View on GitHub

jeroen closed a pull request on jeroen/curl
Url fragment
Fixes #366
jeroen pushed 1 commit to url-fragment jeroen/curl
  • Just use workaround unconditionally for now e761626

View on GitHub

jeroen pushed 1 commit to url-fragment jeroen/curl

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

jeroen pushed 1 commit to main r-universe-org/frontend

View on GitHub

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

View on GitHub

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 ...

View on GitHub

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...

View on GitHub

jeroen created a tag on opencpu/opencpu-server

v2.2.13-5 - Installation packages (deb, rpm, docker) for OpenCPU cloud server

jeroen published a release on opencpu/opencpu-server
jeroen pushed 1 commit to v1 r-universe/workflows

View on GitHub

jeroen pushed 1 commit to v5 r-universe-org/actions

View on GitHub

jeroen pushed 1 commit to master r-universe-org/base-image

View on GitHub

jeroen pushed 1 commit to master r-universe-org/build-source

View on GitHub

jeroen pushed 1 commit to main r-universe-org/frontend

View on GitHub

jeroen pushed 1 commit to master opencpu/opencpu-server

View on GitHub

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

View on GitHub

jeroen opened a pull request on jeroen/curl
Url fragment
jeroen pushed 1 commit to url-fragment jeroen/curl

View on GitHub

jeroen pushed 2 commits to url-fragment jeroen/curl
  • Simplify test 00ac17c
  • Revert "Test with curl-8.8.0" This reverts commit c56ea88d7b7cb4def7f5fef353055b1c7b3bd4b8. 04bf1f4

View on GitHub

jeroen pushed 1 commit to url-fragment jeroen/curl

View on GitHub

jeroen pushed 1 commit to url-fragment jeroen/curl

View on GitHub

Load more