Daniel Nüst

Results 168 comments of Daniel Nüst

Would be great to have this feature somehow built in. For the next reader, I took a different approach and added a little R snippet to my presentation to create...

Have you discussed the definition of remote file resources further? ResearchObjects do this, AFAIK, but I wonder if there is a useful shared "specification" here, e.g. a YAML file that...

Could it be possible to filter specific files from the rpz? E.g. everything in `~/.local/share/fonts`? The many font files might also be the issue why the created graphs are unusable......

Or even check if the trace writes anything to `~/\.*` and point that out? When a workflow writes something into a config directory of my home, it's probably good that...

(Interesting project you have here!) I've not used it, but for this **docopt** might be useful: http://docopt.org/ There is a Python implementation https://github.com/docopt/docopt

It would be great to deposit reviews directly to ORCID, without the (non-open) Publons intermediary (which did work for me in the past by simply sending a link to the...

Thanks for the replies! I'll try it out and then prepare a PR with documentation, so that the next person does not have to find this thread :-). - [...

[Daniel Nüst](https://github.com/nuest) Geoprocessing, sensor web, geocomputation - Java - R

How about extending the [advanced Docker example](https://www.rplumber.io/docs/hosting.html#docker-advanced), which already has an nginx webserver, with code how to add CORS headers to an endpoint that nginx is a proxy for? nginx...