Giovanni Colitti

Results 14 comments of Giovanni Colitti

I fixed this issue by adjusting the z-index for the sidebar: ``` if (interactive()) { library(shiny) library(shinydashboard) library(shinydashboardPlus) shinyApp( ui = tagList( tags$style(HTML(".direct-chat-contacts {z-index: 99 !important}")), dashboardPage( header = dashboardHeader(),...

The new `autoreload` option does not seem to respect different modals for viewing the app. For example, it does not use the RStudio window viewer when this line is run:...

Is there still no way to specify different model formulas for different time series inside ```model()```?

I just added this to my `keybindings.json`: ```json { "key": "shift+cmd+m”, "command": “workbench.action.terminal.sendSequence”, "args": { "text": " %>% “ }, "when": “terminalFocus” } ```

I tried mounting template files using a `persistentVolumeClaim` but when I do this the `sp-shinyproxy*` pod is never started and I'm not sure why. Here is the change to the...

Sorry, I should have provided more information. Maybe the issue is related to OpenSSL’s different method of locating and validating CA certificates on macOS. Exporting the custom certificate from keychain...

That doesn't work. Same error.

Here you go: ```r library(curl) #> Using libcurl 8.11.1 with OpenSSL/3.3.2 h

Yes, sorry. Here is the full output: ```r > library(curl) Using libcurl 8.11.1 with OpenSSL/3.3.2 > h res

Yes. `stats` also has an ar() function. But the other autocor terms seem to work without loading brms as well. I was specifying the autocor using the autocor argument to...