zerweck

Results 13 comments of zerweck

@jslay88 thank you for this tip, it worked perfectly. I am using the portable versions of both Kitty and mRemoteNG, so the Kitty configuration was not initially saved in the...

Looking at the build log, it doesn't seem like a problem related to my diff. Is it possible to just re-run the build?

Hi @brnleehng No, I just ran the 'Getting Started script' 2 days ago from the Azure Shell. The JSON that the Batch Explorer gives me also has the structure for...

If have now identified the following two sources for the version of the credentials.json without the sharedKeys object: 1. https://github.com/Azure/doAzureParallel/blob/9e9b4942f40e957140ca415a917963193b5e4dc9/account_setup.py#L533-L546 2. Selecting doAzureParallel in the Batch Explorer "Credentials and code...

Could this be that this has something to do with the docker container settings? I made a diff between the HTTP Verbose Log between registering an existing via `getCluster` or...

From my personal experience: When the package installation might be a problem, maybe try creating a custom docker image with your packages pre-installed as described here https://github.com/Azure/doAzureParallel/blob/master/docs/33-building-containers.md

To clarify: I was not suggesting using something like my hacky function but wondering if faster implementation in RCPP would make sense. I am also not sure what `outer()` might...

Sure. I have added examples with word boundaries and `stri_detect_regex` calls that achieve the same results. For the second case (`str_match_all`) the regex needs additional operators to work independent of...

For another possible scenario: I recently had to update an old docker image, but one dependency was removed from CRAN due to unresponsiveness of the maintainer. To add the archived...