Nathan Weeks
Nathan Weeks
Adding the conda `--no-channel-priority` option resulted in a seemingly-functional most-recent version of prokka in my environment: ``` $ conda create --no-channel-priority -c conda-forge -c bioconda -n prokka prokka ... $...
I encountered this issue with [email protected] on alpine:3.14, and `apk add libc6-compat` was enough to resolve it.
Similarly, could an option be added to disable the HTTP Basic authentication in the rclone web ui? The Open OnDemand web portal already uses basic auth, and the additional authorization...
> I think using your custom authentication, instead of the one provided by rclone will solve your problem. What do you think? By default, the [Open OnDemand portal uses HTTP...
The neo4j:3.5 image has perl, and this one-liner to test if port 7687 is open seems to work as well: ``` healthcheck: test: perl -MIO::Socket::INET -e 'exit(! defined( IO::Socket::INET->new("localhost:7687")))' ```...
@eitsupi Is the primary goal to update the article for compatibility with a newer `rocker/rstudio`, or is there anything else that should be considered (e.g., new style / formatting conventions)?
TOTP would suffice, though an option to authenticate against an external identity provider (e.g., using OpenID Connect) would be great if it's not too big of an ask. I'm not...
IIRC, the image index is getting passed correctly to sendget_by_ref(), so it seems the issue is somewhere in subsequent code that puts data into the right spot on the remote...
This has also been reported in the gfortran front end: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88154 88154 – [F18] ICE: Intrinsic function '_gfortran_caf_get_team' (119) not recognized
I think this would be more straightforward to implement if OpenCoarrays (at least when compiled with MPI support) used the underlying MPI communicator to directly represent the team object. I...