king-of-poppk

Results 11 issues of king-of-poppk

Using `coro` 1.0.3, `promises` 1.2.0.1, and `future` 1.28.0, I get the following unexpected behavior. Running the following code, the error is raised in the main thread (and not handled by...

I am interested in getting access to the latest version of `covr` that includes `klmr/box` support through the official package distribution channels (CRAN and Posit Package Manager).

With #204 implemented we now have a pretty convenient way to parallelize IO resource consumption. However, it seems plumber filters still do not have this feature. Would it be possible...

docs
answered?
knowledge :exploding_head:

Is it possible to specify a device for print statements inside the evaluated function? For instance, so that we can print plots simply with `print(plot)`.

question

Is there an alternative to the `arch` argument of `callr::r` before `v3.6.0`? Specifically for `v3.3.2` where the intended goal is to wrap the `R` executable with `unshare`/`chroot`/`capsh`.

As a follow-up question to #261, I'd like to be able to use [`bubblewrap`](https://github.com/containers/bubblewrap) to isolate the different `callr` subprocesses coming from the same parent process. Currently it seems all...

feature

It seems there is currently no straightforward way to round-trip empty data frames. The `colnames(df)` are dropped since they are repeated for each row, but there are no rows! I...

It is my understanding that `later::later(\() {...})` schedules functions to be executed, that only one such function can run at any given time, and that no such function can run...

It seems `--looponfail` does not compose with `--doctest-modules`. Or at least I have not been able to figure out how. Is there a way to run doctests with `--looponfail`?

The grace period for token validation is currently hard-coded to 60 seconds, see here: https://github.com/r-lib/jose/blob/429a463add39ed3329b2b7d6ac71e6a6e68d66f6/R/jwt.R#L171-L188 Would it be possible to make this configurable? It would help to test the token...