Hadley Wickham
Hadley Wickham
Yes, this is definitely on our long-term to do list, although currently I see it as more of a performance optimisation as something that's crucial for ggvis. There are two...
Same as #145
We're thinking about replacing vega with something custom, so that's something we'll tackle then
We're aware of it, but didn't know it had a public repo. I have a pretty solid plan of how we're going to implement flexible interactive specifications in R, but...
All I know about Burmese is what I've just read about on wikipedia, but it sounds like you're looking to break up into individual code points, not characters (which because...
Yeah, the replacements happen serially so you'll either need to use a more specific regexp like @werkstattcodes suggests, or change the order of the replacements.
Yeah, I think that's a good idea. Then we can just deprecate the `ignore_case` argument. OTOH it's not very consistent with how other stringr handle case. But I think it's...
Thanks, I'll take a look when I'm next working on stringr.
With multi-cursor selection on `i` so that you can easily rename that argument.
To me, that feels out of scope for codegrip, because it's not something you're likely to encounter when refactoring code. It changes the meaning of the code, not just it's...