Nicolas Bennett

Results 28 comments of Nicolas Bennett

The proposed fix is not the most elegant, I agree. I went with more of a "quick fix" approach rather than changing the logic in multiple places. We might be...

Disclaimer: I haven't really looked at your code, nor have I really taken the time to understand the specifics of your problem. Maybe [promises](https://rstudio.github.io/promises/articles/overview.html) can help solving your issue.

@privefl, sorry for the delay on my side. It appears as though the problem goes away when using a filebacked BM: If I instantiate my matrix as ```r mat

Unhappy with limitations presented by both 'mockery' and 'mockr' (the deal-breaker for me had to do with S3 dispatch; r-lib/mockery#43, krlmlr/mockr#9), I started working on my own solution: ['mockthat'](https://github.com/nbenn/mockthat), which...

It's low priority b/c I'm not using this myself *currently*. But I could see myself using it in the future, which is why I made the suggestion. As such, I...

I'm in the same situation as @egon0 (apart from running v8.9.2). For me, `status` files do not exist, all I have is ```sh > ls /proc/device-tree/soc/bus@c8100000/pinctrl@14/ '#address-cells' ee_cec i2s_out_ch23_ao pwm_ao_a_12...

I'm sorry, but I don't see how to make the above reproducible example more reproducible. I do say that `devtools::build_vignettes()` succeeds where `pkgdown::build_articles()` fails, so the problem is not with...

@MarcusKlik also, feel free to close this again if you think this is more of an issue of how to properly set up gh actions. I mainly raised the issue...

You‘ll also end up comparing floating point numbers and if you start considering nested data types etc., this might become messy.On 23 Dec 2022, at 09:10, Kirill Müller ***@***.***> wrote:...

I feel that requiring uniqueness is too strong. In many legitimate cases this will not be given. One way out of this could be transiently adding a row id col...