Antoine Fabri
Antoine Fabri
An inspection and didactic tools that creates the object from bytes by calling serialize on nested calls to `paste0()` with detailed comments on what the next line is about. I...
we could have a boolean arg, or a whole new constructor maybe, that would construct a matrix a bit like `tribble()`. We'd use `byrow = TRUE` an print `ncol(x)` elements...
no too hard, maybe AI can do it
`.env()` uses non functional args to display "parents", attributes (incl "class"), and "locked" We could use it to display more, for instance display the name of the objects, or even...
Similar to the on in `rlang::expr_deparse()` but : * we enforce nice style * we don't wrap parts that don't contribute to a lower width Not that useful for the...
It might be in another package, but we can't completely count on waldo, just as we couldn't completely count on rlang, these are not trying to be 100% accurate and...
Just saw that we can get info on pointers with `.Internal(inspect(x))`. Pointers can be different though even if they share the same adress, it's a bit like 2 environment sharing...
4 observations * The kind of things that constructive does is low level * constructive is a bit slow * We always fall back to the same functions * I...
Closes #163
The url used when we click on a link is the shortened url instead of the data url when width isn't sufficient run locally and click to reproduce: ``` r...