Howard Baik
Howard Baik
@cansavvy This is a roadmap of the next release of ari that came out of my meeting with Sean.
I documented the relationship between the main ari functions [here](https://docs.google.com/presentation/d/1Vjvq7PYuWsTkGi2EkXpnk0KtQYhbPSidBhMFQcqyb8I/edit#slide=id.g24d14489617_0_0)
Perhaps this PR fixes this issue? https://github.com/posit-dev/positron/pull/3708
Has anyone figured out a way to open the app in an external browser when running `golem::run_dev()` in the Console? In RStudio, this was easy to do with `options(shiny.launch.browser =...
Another bug found in the solution to [Practice - Add reactive data frame](https://shiny.posit.co/r/getstarted/build-an-app/reactivity-essentials/reactive-elements.html): `Error in datatable: could not find function "datatable"`. `datatable()` should be namespaced: `DT::datatable()`.