pini-gh
pini-gh
> Still not sure what flag could cause such discrepancy. This is the '-DNDEBUG' compiler option set by the défault ('Release') build profile, but not by the Debian build configuration....
> BTW, any reason for not writing this piece of configuration into /etc/ldap/ldap.conf? It took me _hours_ to figure out there was a `.ldaprc` in the way. Forget about this...
> Please try to set PHPLDAPADMIN_LDAP_CLIENT_TLS to true. Thanks for following up on this issue. I don't remember how I came up to it, but my workaround is the contrary...
Hi, Unfortunately I can't take care of that. I'm not a web developer and I don't know elixir at all. I just stumbled upon Ueberauth while configuring a Mobilizon [1]...
Starting with kernel 5.18, Anbox is not available anymore on Linux phones. Waydroid seems the most promising alternative. Would be great if this issue could be fixed.
> could you point me at the Sylabs client code where this is done? https://github.com/sylabs/scs-library-client/blob/82d22e604229c73a27d339106ebcb2c6e137e03f/client/push.go#L159-L172 > And explain why the existing endpoint is not sufficient? We have a bunch of...
This is a use case for the Sylabs library actually. And I need this endpoint to be enabled on sregistry as well so I can use the very same scripts...
Well. This is not that simple. This endpoint: * fixes a broken sregistry endpoint: GET `/v1/containers///` should return `404` when the container doesn't exist. * exists on the Sylabs library...
The whole point is either way the sregistry data model is not compatible with the Sylabs API regarding container objects. You workaround this returning a false container object on calls...
> but might actually hurt it o_O It brings a fix as well: the current GET `/v1/containers///` should return `404` when looking for a non existing container.