Pieter Huybrechts

Results 31 comments of Pieter Huybrechts

We ran into this in our use case of using Zenodo as a repository for the multimedia connected to biodiversity occurrence sampling. In this case all the records in a...

In this record: https://zenodo.org/record/3973220 the seperator seems to be capital O `O` I suspect it takes the first character shared between the first x columns

There are a number of options, a small demonstration: ``` r # setup library(tidyverse) bad_url % httr2::req_perform() #> Error in `httr2::req_perform()`: #> ! HTTP 404 Not Found. # 2. But...

It's pretty doable as long as you assume all [HTTP status codes](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes) under 300 are good, and all above are bad. It's up to us how complex we want to...

>Are 300 codes bad? They are a call to action, usually meaning redirects. `httr::http_error()` uses 400 as a cutoff: >`TRUE` if the request fails (status code 400 or above), otherwise...

Some questions: ### Multipart resources - What about multipart resources, should all parts of the resource be checked? Or just the first/last one? - For multipart resources, will they always...

I'm having the same issue. And I'm seeing the same error in the logs: `2024-04-03T07:03:56.933Z - info: [ui] [Timing] Action 'create commit' for 'b-cubed-eu/simcuber' took 0.076s 2024-04-03T07:03:59.996Z - info: [ui]...

I've just replicated the issue in Version 3.3.12-linux2 (x64) [2024-04-03.desktop..log](https://github.com/shiftkey/desktop/files/14848222/2024-04-03.desktop.log) It seems to me the organisation has the OAuth permissions set for the development app: ![image](https://github.com/shiftkey/desktop/assets/48065851/099085b9-dd44-46f8-a8cb-d1096869e121)

Switching to SSH for this repo fixed the issue for me. Push and Pull operations are slower than I'm used to, but this might be because I upgraded to a...

`check_schema()` fails on case mismatch between schema and data. To replicate: ```R # create package with the wrong case in the schema of observations wrong_case_in_schema_pkg