Romain François

Results 75 comments of Romain François

perhaps the results from the completer could embed some more information, so that in turn `.rs.getCustomRCompletions` would make a more appropriate object to send back to the rpc : at...

on the same note, would be cool to hand some more information to completeme, e.g these : https://github.com/rstudio/rstudio/blob/master/src/cpp/session/modules/SessionRCompletions.R#L1798

This is exciting. we can actually gather the information from rstudio using (robustified 🙊) this: ``` calls

not sure yet about the ui, what to do with the "Done" button, etc ...

Which browser are you using to display the app. I think it is more likely to be the browser's issue.

Would this work for all emojis, even those encoded as multiple runes ? I like the idea, but this needs better names

Copying https://github.com/tidyverse/dplyr/issues/5844 from @cboettig: `bind_rows()` can unexpected fail with an opaque error when given data.frames containing a Date column that has been created from an array. Here's the reprex: ```...

Is `x` copied in these benchmarks ?

IIRC the issue with having them all in inherit was with `super$` but yeah I guess the convention could be that `super$` means the first and then the other are...

Here is where I used it: https://github.com/romainfrancois/dplyr5000/blob/master/data-raw/raw_dplyr5000.R Not sure about other functions.