Cole Arendt

Results 162 comments of Cole Arendt

That makes sense. For the record, I think the way we generally work around that in `.python-version` is by either `.gitignore`ing it, or committing it and people can either choose...

Thanks for the reference! That makes sense. Is that something you'd be willing to add to documentation or accept a PR doing so? Or better to just leave for users...

That looks great, thank you!! Very exciting! I have to admit, I was confused by the last one, but chalked it up to me not having read my request back...

Thanks for your message!! This is probably a better post for the RStudio Community, and probably this section: https://community.rstudio.com/c/r-admin/rstudio-connect This is because the issue is not with `shinydashboard` but is...

That's definitely a possible workaround. However, it is a noteworthy amount of tedious work tracking upstream versions of the traefik chart, all to add something that could (IMO should) be...

Similarly, if you deploy `coredns` via a helm chart, you end up with a deployment named something like `coredns-coredns` (or `RELEASE-NAME-coredns`). This _also_ bypasses the check here, and so makes...

Same experience here - I am using PostgreSQL 9.3.20 on x86_64-unknown-linux-gnu, although it looks to me like the issue here is apparent in the [Connections tab code](https://github.com/r-dbi/odbc/blob/5acc55350e0664002d6281f4659c089911fbd7c3/R/Viewer.R#L194): ```r dbGetQuery(connection, paste("SELECT...

Is this something you'd be willing to accept a PR for, @jimhester? I know it clutters up the code-base with database specific shenanigans. Anything else we can assist with?