Alexander Sevostianov

Results 6 comments of Alexander Sevostianov

Thanks for the attention on the issue! I've tried current dev version, and the problem is still there. Current session info: ``` r > sessionInfo() R version 4.1.1 (2021-08-10) Platform:...

Issue for png seems to be solved now, yay! Works nicely for png, jpeg and ppm now. But Its there for tiff though, you were right on checking that.

Possible alternative: Add a small / decreasing value to `dist` inside `munch_data()` https://github.com/tidyverse/ggplot2/blob/a58b48c961cb391b8646bf072b6620a0c9f3d999/R/coord-munch.r#L53-L54 This does the trick and has near-zero performance hit. Coefficient "2" was chosen arbitrarily, based solely on...

I've tried to tackle this issue, but I don't think my geometry is enough to solve this properly. A more general solution should rely on curvature (rapid change over small...

Huh, its great at its simplicity! Thanks! But is it something that would be added into default `coord_polar()` or would I have to re-implement it for my usage?

I can confirm this issue with a self-hosted version of GitLab. I was also using PAT instead of password. But for me issue was two-fold: 1. lack of url escaping...