Murat Tasan
Murat Tasan
Yup, this seems to be working for me now; thanks! (I still always struggle with the various options of `htmlDependency()` itself and how to get the output HTML tags to...
I guess this is ultimately the responsibility of each driver's `dbQuoteLiteral()` implementation? {RPostgres} already has [conditionals based on object type](https://github.com/r-dbi/RPostgres/blob/main/R/dbQuoteLiteral_PqConnection.R#L25), so adding tests for a few special values seems to...
**Mea culpa**: I opened the original issue (#272) and now I think @jasonheffnerpsu is correct for an expanded length-zero vector of SQL literals, as with the case of: ``` x
If `.keep = "transmute"` is simply going to replicate the previous `transmute()` behavior ... perhaps we can just un-supersede/deprecate `transmute()`? As a second bit of reasoning, there's code clarity: I...
I've also just noted from the Posit Community thread that the documented error may only be thrown if the request method is a `POST`? That's useful to help the API...
Ah, it has just occurred to me that perhaps the easiest way to handle dynamic paths safely is to: 1. Change the handler signature to just `function(req)` (i.e. remove `x`...
When `length(x) == 1`, they yield different outputs: ``` x jsonify::to_json(unbox = TRUE) ## {"unboxed_prop":"foo","boxed_prop":1.0} ``` And here the key is that a receiver of this JSON may require that...
Thanks! I'll take a look over the next day or so and report back :-)
Ah, I just remembered that it's only enabled for connections managed by Shiny Server. When fronted by Shiny Server, the easiest way to force it for an app is to...
There's actually what appears to be a minor bug with shinydisconnect associated with this Shiny Server behavior. 1. Navigate to a Shiny app using shinydisconnect that's served by a Shiny...