Gábor Csárdi
Gábor Csárdi
`ansi_substr
I don't think this is possible currently, unfortunately. `cli_abort()` prints a list of bullet points, where each bullet point is a paragraph that can only have inline formatting.
You can try using non-breaking spaces, cli leaves those alone: ```r b1
I don't think they are superseded, they are an alternative to `cli_inform()`. They also work well with progress bars, whereas `cli_inform()` does not, unfortunately.
I agree. Unfortunately this is a breaking change, so I am not sure if we can easily change it, but we can try. For reference, in the Unix shell: ```...
Only the obvious ones. Create a simple package, add tests and bells and whistles to it gradually, one by one. Try to reproduce it locally. Debug locally using the usual...
I looked at that workflow, and it is a good idea, but it does not deal with concurrency at all, so I think builds will fail when other builds finished...
For the record, we could also use netlify or cloudflare pages for OOTB live PR previews, but they both have usage limits, 300 build minutes and 300 build minutes per...
Yeah, I think the simplest would be to brute-force the concurrency issue with a pull-apply-push-undo loop.
Yes, I am afraid that this is because RStudio hasn't set the console width yet, when the profile runs, so there isn't much we can do here. If you feel...