Jason Maassen
Jason Maassen
Vincent is still mentioned as the owner of the R chapter, but he no longer works at NLeSC
As reported by @arnikz there are some issues with the "at" adaptor. https://github.com/xenon-middleware/xenon-cli/issues/81 I'll look into this
Currently the `at` adaptor returns very little info once a job has finished. Even getting the correct state or exit code is hard (see #683). We could get a bit...
Bintray and jcenter will shut down in the near future: https://www.infoq.com/news/2021/02/jfrog-jcenter-bintray-closure/ We should switch to maven to distribute the xenon jars?
So far, we've been using travis-ci,org for automated testing. This will be shutdown in the near future and replaced with travis-ci.com. Although they also seem to support free use for...
As reported in #671
As follow up to last week's workshop it would be nice to add Azure Batch support to Xenon. There are Java example available here: https://github.com/Azure/azure-batch-samples these contain an maven ref...
So we can use stuff like "10s", "1m30s", "3h10m5s10ms" etc.
The tilde expansion in `LocalFileSystemUtils` depends partly on the local separator. As a result, the tests are a bit confused under windows. Currently circumvented, but should think about the semantics...