Daniel Possenriede

Results 144 comments of Daniel Possenriede

Sure enough I found a case where we need to unquote a schema only, namely in `dbListObjects()` with a `prefix`. So this PR unfortunately breaks `dbListObjects()` with a `SQL()`-type `prefix`...

> It looks to me like `dbListObjects()` should always be called with an `Id()`, never with a `SQL()`. That would be an easy fix, indeed, and way cleaner than all...

@amazongodman from looking at your example, I am not entirely sure whether it applies to this issue here (or the one reported over at parsnip for that matter), because you...

It's a kind of magic indeed. Could I also update my memoised function at run-time like this? E.g. I have defined my function `fn` as mentioned above and now I...

FWIW, @richfitz mentioned elsewhere that he has had a CRAN rejection 'for using `

@tyluRp Is this an initial submission to CRAN or a package update? It might help to explain in the comments why you are using `

The interactive flag solves this for my use-case above. It obviously doesn't for non-interactive ones (e.g. CI), so I am leaving this open.

FYI, I have opened https://github.com/microsoft/winget-cli/issues/2081 to basically add the SandboxTest.ps1 functionality to winget (as opposed to wingetcreate). If the goal is to "just" validate/verify manifests, then sure, it would be...

It is not exactly clear to me, what you are trying to do and how you are doing it. Please note however that Google Map uses a [center/zoom specification](https://github.com/dkahle/ggmap#google-maps-and-credentials), which...

@scottmmjackson Sorry, I had not thought about this, but yeat, that would be great, because I won't have time for this the next couple of days!