Michał Krassowski

Results 1107 comments of Michał Krassowski

I guess it would need to be similar in principle to the code above, but using [`PositionJitterdodge`](https://github.com/tidyverse/ggplot2/blob/master/R/position-jitterdodge.R) rather than `PositionStack`.

Fine by me. AFK but my ORCID is https://orcid.org/0000-0002-9638-7785

Related discussion: https://twitter.com/ClausWilke/status/1245783222283374593. Also see [this snippet](https://paste.sr.ht/~hrbrmstr/b13c1ae6d8a23858f71f346c88dbac171a5411d7) from a direct reply to the above tweet (though I would prefer that we specify string as in `annotate()`). From the user perspective...

I am (sometimes) getting similar results. What works for me is the adjustment of force (including force_pull in the development version) and padding (point.padding, box.padding) parameters. Would it make sense...

If you want to spread the labels to all four borders, then you could use `nudge_x`, `nudge_y` and `direction` 1. position the labels in the nearst corner (abusing nudge as...

Or maybe even better, only nudge in the direction of interest: ```R set.seed(0) ggplot(data = data, aes(x = x, y = y, group = z, color = z, label =...

I think that it is because I use a newer (yet to be released) version. Sorry, I did not check if it works with the latest released version. If you...

@ospalh I created a pull request which resolves several issues with zoom add-on for Anki 2.1. It also uses `setZoomFactor` as `setTextSizeMultiplier` is not available in PyQT5. If you do...

@ppazos the link is dead. The page https://dev.mysql.com/doc/refman/5.7/en/udf-compiling.html returns Error 404. This is why I suggested this change to add a working link. Feel free to submit a separate PR...

Thank you for working on this! In the meantime, would it be appropriate to have `get_signatures` cached the same way as `_get_docstring_signature` is being cached? (as in https://github.com/davidhalter/jedi/commit/bf446f2729c53eb54edab55ae12f4dba252f8bda) I profiled...