D3SL

Results 56 comments of D3SL
trafficstars

> It's difficult for me to see what you're requesting A `.here` file should override everything else. A `.here` file must be manually created by the user, so whenever one...

This a standard dockerized shiny app. Loading the R Project, in order to have access to version control that includes the dockerfile, sets the working directory to `parent_dir`. ``` parent_dir...

>However, it might work with `rprojroot`, the package that powers the `here` package: My understanding from the documentation was that `rprojroot` operates the same way, but with less syntactic sugar...

So following up on this in 2023, are there _any_ R packages that reliably produce formatted tables (especially conditional formatting) that will render properly in outlook 365? My experiences so...

Having this exact same issue. Below are logs of attempting to turn the light on and then off with brightness steps of 25% in HA: ``` debug 2024-04-17 19:24:17Received MQTT...

I self-host Gitea and ran into two issues. First fledge is hardcoded to use `origin` as the remote's name, and second I didn't have a value for `init.defaultbranch` set globally...

@maelle would that be setup.rmd or readme.md? Also this may be something that should be fixed on Fledge's side, not sure if you want to change the documents then have...

That's a good point. You may want to spot debug only one thing, such as in a shiny app, and not flood your console with every other `ic()` call. In...

ChatGPT will confidently give you outrageously wrong answers. It's a joke among my coworkers just how inaccurate it is about anything the asker has subject matter knowledge for.

Sounds like the root issue here is that RStudio is starting to follow Microsoft's "embrace, extend, extinguish" pattern and is forcing non-standard behavior that breaks R itself.