r2evans

Results 113 comments of r2evans

Up front, three thoughts for this discussion: - thanks for `ggrepel`! - for idea 2, I'd suggest that an `NA` direction means "unconstrained"; - is there a reason that `nudge_x`,...

Nothing critical intended in my comment, I understand it's not a trivial feature to implement. Thanks!

Perhaps I misunderstand, but I think I disagree with the premise of one sentence: > *if we end manually setting a nudge or force angle for each individual label, repulsion...

I think a default of pasting the password in the email is, though convenient, a terrible idea with security in mind. If the email is unencrypted, the link and the...

Perhaps instead of doing this manually in elisp, would it be acceptable to use `knitr::kable`? ``` R> knitr::kable(mtcars) | | mpg| cyl| disp| hp| drat| wt| qsec| vs| am| gear|...

(Note: not the dev, just an avid user.) I personally went back-and-forth over this, and my current mitigation technique (as draconian as it is) is to remove all CSS from...

@pinobatch I don't disagree that that corner case is problematic. But in my experience (which is likely just a small speck in the big scheme), it is also the exception....

It doesn't process "code blocks" (triple-backticks) properly. For instance: ``` x = 1 y = 2 ``` translates to `x = 1 y = 2 ` (no newlines). Furthermore, it...

As long as there are app-specific passwords without 2FA, I do not know of a way to mitigate this: unless/until all connecting clients utilize the same level of authentication, the...

I like the `renderUI` suggestion as a workaround. If the box has anything "expensive" in it then this could be a little heavy-handed, but most of my use-case was simpler....