Romain François

Results 107 issues of Romain François

so that we can `!!!` in `reveal()` ``` r x 0 01111111111 (0) 0000000000000000000000000000000000000000000000000000 : 1 #> 0 10000000000 (1) 0000000000000000000000000000000000000000000000000000 : 2 #> 0 10000000000 (1) 1000000000000000000000000000000000000000000000000000 : 3...

We need to control both the prompt and the continue prompt. Maybe the function should expand to a prefix, and we add "> " or "+ " to that prefix

since we now merge the two projects. I'll nuke type when this is done.

Simpler (I believe) Alternative to #161 so that we can get a `LOGICAL NULL` constant with `expr_constant(NA)` and a `SQL NULL` from `expr_constant(NULL)`

This is related to https://github.com/hannes/duckdb-rfuns/pull/91#discussion_r1593002667 This allows `expr_constant()` to construct a NULL constant of type LOGICAL which wasn't possible before. Perhaps a better alternative would be to allow `expr_constant(NULL)` to...

related to https://github.com/hannes/duckdb-rfuns/pull/91#discussion_r1592100105

Instead of : ```r con

We're about to release dplyr 1.0.8, and as part of running our rev dep checks, we've identified that the released version of this package would fail with: ```` ── After...

that could help with syntax highlighting in keynote. From @karthik's blog it looks like the command line `highlight` can do this. so why not this 📦 . http://inundata.org/notes/2016/06/23/keynote-highlighting/

https://medium.com/@brianwill/making-semantic-highlighting-useful-9aeac92411df where color corresponds to the depth the code is in.