Stefan Verhoeven

Results 83 issues of Stefan Verhoeven

The main xenon artifact is on jcenter as `compile 'nl.esciencecenter.xenon:xenon:3.0.0'`, but the other artifacts are not install-able for example `integrationTestImplementation group: 'nl.esciencecenter.xenon', name: 'xenon-testapi', version: '3.0.0'` fails with could not...

Bug

The services below host the xenon artifacts under `NLeSC` organization instead of `xenon-middleware`: * [ ] Appveyor * [ ] Sonarcloud * [ ] bintray They should be moved,

The integration test fixtures use absolute symlinks. What about relative symlinks? Are these supported?

Question
Testing

For single file copy the CopyStatus class is OK, but for a recursive copy more stats would be nice. For example return the number of files that have been copied.

Enhancement

For EDS we want to copy files from an Openstack Swift server using Xenon. The adaptor to do this is missing.

Enhancement
cloud

Scientific data is sometimes hosted in [iRODS](https://irods.org/), Xenon should be read/write to iRODS servers. The Xenon filesystem should use the Java iRODS library https://github.com/DICE-UNC/jargon

Enhancement

Write a blog article on https://blog.esciencecenter.nl/ summarizing/introducing the guide. Will likely need images from #32

Chrome is getting debugging support for WebAssembly modules. Aka add breakpoint on a C++ line in DevTools. It would be nice to have a chapter about debugging once this support...

enhancement

The guide uses shortcuts for building/deployment you would not take if you made a real web application/service. 1. [ ] You don't compile pybind11 yourself, but let a build system...

enhancement