Xavier
@xvrdm
Raul Nohea Goodness Zach Freed i think it's a great chart — forces you to engage with familiar data in a novel way, shows seasonal effects, and goads people into making viral tweets about it
Nice article by Roel Nieskens explaining what are *variable* fonts and why you should care if you write anything for the screen pixelambacht.nl/2021/optical-s…
Cédric Scherer Neat trick: those methods allow you to do multiple regression within a data.frame very neatly (without nesting): mtcars |> group_by(gear) |> summarize(lm(mpg ~ cyl, data = cur_data()) |> tidy())
No more manual sorting of Tailwind CSS classes !!!👇
It took me some time to understand the after_scale function in #ggplot2. I hope I can make your life a little easier with this cheat sheet. You can find it on my cheat sheet page: ggplot2tor.com/cheatsheets Many thanks to Emil Hvitfeldt for his great prismatic package. #rstats
Hey ↙️↙️ Robin Pokorny, I just rewatched your very interesting talk on fp-ts at React Berlin 2019 (youtube.com/watch?v=UwCLmH…). Thanks for choosing this topic! Is there a repo by any chance? Sounds like you mention a link but the video has stopped showing slides by then.