Antoine Fabri
Antoine Fabri
**Describe the bug** I get : > port = 4567 is already in use when running the simplest example **To Reproduce** ``` library(carbonate) x starting chrome session... #> checking chromedriver...
This would be convenient ``` library(fcuk) head(iri) Error in head(iri) : object 'iri' not found Did you mean : IQR or iris ? ``` Additionally list of pairs of exported...
Editing a csv on github is not something many will take the trouble to do, but we could : * have a function to upload our input on a given...
First, great idea! I hope you won't mind if I share here some thoughts of mine. I think we can find programatically which errors confuse the users, we need a...
If we're browsing in a function's body we can know the function's body from sys.call() and we can stitch an environment with shims right between it's closure env and its...
We are printing extra blank lines, and argument evaluation doesn't look right as "arg:" since there's nothing to show after `:`. For the latter we might just remove the `:`...
https://twitter.com/minigamedev/status/1519611680774311937
This is the case for {golem} apps. In that case the shims should be positioned right above the namespace, between "namespace:pkg" and "imports:pkg". We can also read all functions there...
we could provide them manually or detect them automatically providing them is annoying, detecting them is hard. We can detect them by name, as they all start with render, and...
We could take this app as an example : https://shiny.rstudio.com/gallery/hex-memory.html It's neat because it's simple and we can showcase two different reactives, including a timer. Should contain snippet of code,...