John Muschelli

Results 107 comments of John Muschelli

This mounts the volume so if you stop and restart the image then the files should still be there.

Yeah the error is spurious, it’s the underlying call that is problematic and surprising it doesn’t return an error message. I added some validation in my Frankenstein PR. On Thu,...

The issue occurs is others trying to build but not on the ANTsX username, see https://github.com/ANTsX/ANTsRCore/issues/15 for an example. The way the checks are done for the tag is that...

Hey Henrik, Do you think this would be useful?

It would seem that a user can fix this by doing: ``` funs = gargle:::cred_funs_list() funs = funs[c("credentials_byo_oauth2", setdiff(names(funs), "credentials_byo_oauth2"))] gargle::cred_funs_set(funs) ``` so I guess if you don't see this...

I agree, and just wanted to plug that my assumption would be that if a `token` was passed to `token_fetch` that would be looked at and checked first before any...

This may become a more common issue with the behavior changed in Gargle 1.2.1 and the fix of https://github.com/r-lib/gargle/pull/185 from @craigcitro. Overall, the main issue is that `token_fetch` exhibits inintuitive...

I guess what I'm saying is that you cannot simply use a (or it's difficult to find and remember which) `.tar.gz` to assign to this as this was embedded in...

Some example code of checking the same trigger where `buildtrigger` is the output of `cr_buildtrigger_build` ```r same_trigger = function(buildtrigger, name, project) { suppressMessages({ res = try({ googleCloudRunner::cr_buildtrigger_get( triggerId = name,...