Brian Norman Peña Calero

Results 9 comments of Brian Norman Peña Calero

I did this modification for infoBox ```r infoBoxMod = 0) } if (!is.null(iconElevation)) { stopifnot(is.numeric(iconElevation)) stopifnot(iconElevation < 6) stopifnot(iconElevation >= 0) } infoBoxCl

I confirm this bug. However, the solution for the `guess_formats` (https://github.com/tidyverse/lubridate/commit/cc5f1a6de86863f983fd3f69ac842c31997a03a0) function works and can be easily implemented in `.get_locale_regs` which is what is used in the `wday` function. It...

I don't quite understand why this is the expected behavior. Everything inside a parenthesis, are there because their working together makes it work... in addition to the parenthesis itself. It's...

I have a question, what part of the code is handling this behavior?

I'm sorry, I had not seen the responses in this thread. I made the change in gpedit.msc and restarted also but the problem persists.

I would think it would be convenient to solve this from the `case_when()` itself: Something like this: ```r set.seed(2022) x

I was just looking for the `memory_full_info` function. I understand it's still in the process of implementation, right?

Well, following the [psutil documentation](https://psutil.readthedocs.io/en/latest/index.html?highlight=memory_full_info#psutil.Process.memory_full_info) in python, the `memory_full_info()` function allows access to uss (Unique Set Size), pss (Proportional Set Size) and swap information. In my case I am very...

Great! Thank you very much, I'll be waiting for you to join the main branch :D