Aaron Jacobs

Results 53 comments of Aaron Jacobs

Filenames do indeed sound like a nice parameter to have made available. Feel free to submit a PR.

I believe the comment refers to the fact that an *even more* obscure-looking error will occur if one of the files does not exist. However, I take your point --...

Thanks, that's a very thoughtful response. I think emulating `R CMD check` is likely to be a good approach as well. I'll see if I can get something working when...

The topic of this issue has wandered a little, but on the subject of experimenting with R memory usage it might also be worth investigating the `MALLOC_ARENA_MAX` environment variable, which...

I've considered something like this in the past. Correctness would dictate that Plumber return HTTP 406 if the `Accept` header does not contain a content type it can produce. However,...

This no longer the case, and I'm pretty sure it was fixed in #318.

Might be best to put something in the `README`, at least. There's a chance someone will come along and want to take up the reins of the project.

Sure, I'm trying to get Portus deployed as a stack inside a swarm cluster. It looks like this: ```yaml version: '3.1' services: portus: image: opensuse/portus:latest environment: - PORTUS_MACHINE_FQDN_VALUE=xxx.x.x.x - PORTUS_CHECK_SSL_USAGE_ENABLED=false...