Winston Chang
Winston Chang
Adding `const Shiny: ShinyClass` seems to make the errors go away, although I don't know if it will cause other issues. ```ts import type { ShinyClass } from "../src/shiny/index"; declare...
Now that I think back on it, I think maybe we were moving toward using `window.Shiny`. We use that internally in the Shiny source code and in other packages. For...
What happens if you just do this? ``` library(httpuv) ``` It's possible that your installation of httpuv is corrupted somehow. When you reinstall it (and other packages), please make sure...
Does it exhibit that behavior with this code? ```R library(R6) AC
Thanks, I've also filed this at https://github.com/posit-dev/positron/issues/6699.