Steve Haroz

Results 46 comments of Steve Haroz

I'm moving this PR back to a draft to consider to make `border.colour` into a propper aesthetic (https://blueviewer.pages.dev/view?actor=mjskay.com&rkey=3kbfolzxlpq2s). That would also allow for not needing to worry about the weird...

Been busy with other things. But I'll try to work on it this weekend.

An overall goal here is to try to make the fill aesthetic as a built-in test of ggplot's extensibility. If ggplot implements the fill aesthetic just like an extension package...

@thomasp85 That's fine. Would you be ok with exporting the factory functions, so people making extensions can add specialty color scales? As it stands, the logic for default color scales...

@teunbrand Thanks. Yeah, I partly agree about using parameters, but I also see the value in hard-coded functions for autocomplete.

Yes! I've thinking about something similar but didn't know about `fn_fmls_names`. Does that approach duplicate the documentation association? For example, if you copy `scale_colour_hue()` to `scale_fill_hue`, will the new function...

A simple workaround for anyone who needs `rowwise()`: ```r my_multi_df |> # instead of rowwise(), make these two calls: mutate(row = 1:n()) |> group_by(row) ```

This is still an issue. I have to turn it back on every couple weeks. I've given up on it. Please just block API access to the thread settings because...

Oh no! It seems like some use cases are now MUCH more challenging: 1. To unpin a feed you don't like anymore, you have to remember the name, click Feeds,...