Gábor Csárdi

Results 2365 comments of Gábor Csárdi

The detection is costly, so we need to cache it, but we could have a way to clean the cache. That does not help with the test cases, though. For...

Maybe we could have some `local_cli_config_reset()` function that temporarily removes all cli env vars and options?

On a second thought, the reset function is not great. Pretty error prone to write it, and also does not allow running the tests with specific options set. So I...

Yeah, but sometimes you want to parameterize multiple tests or the whole test suite with some setting. In any case, since this is a common problem, ideally we would fix...

Unfortunately that is not going to work, cli does not send progress messages between processes.

Are you still embedding sqlite? Or this is with the one that comes from Debian? I am just trying to see why this popped up now. What has changed?

Ah, so this is a new test case. Sorry, I missed that.

If you would like to have proper API to set the external attributes and other fields, when creating an archive, I'll be happy to send a PR.

One way to go about it is to have a "raw' api, where people can supply arbitrary bytes to set. I did that in my project: https://github.com/r-lib/zip/blob/027d05ff911f0c2a1e5bda7014438efee609572d/src/miniz.c#L3962-L4000 Then you could...

YEs, we could certainly make it generic. As for a workaround, you can do something like ``` r as_data_frame