Gergely Daróczi
Gergely Daróczi
Thanks for the report -- it was a scoping issue in some of the helper functions. the above commit should fix it, but I'd appreciate if you can check.
Hm, there was an update in the `logger` call as well that I removed last minute .. looking into it, thanks for reporting back.
Thanks a ton, @hadley :bow:
Thanks for raising this -- excellent point! Creating a helper to strip ANSI is definitely useful, and adding an optional param for the related formatters would make a lot of...
Thanks for this report -- seems to be an issue with lazy loading the `config` submodule in recent versions .. I'm looking into it.
Actually, I was not able to reproduce locally :( Could you please post your R `sessionInfo()`? Also, could you please run the below minimal repro? ```r library(reticulate) botocore
Sounds like a feature request for a new formatter fn, using `cli`. I am not very familiar with the usage, so would appreciate a PR to make this happen --...