Rémi NICOLE

Results 26 comments of Rémi NICOLE

@amjoseph-nixpkgs: If I were to encounter this error, I think my first intuition would be to look at `platform.gcc` for something like `long-double-format = "ieee"`, in a similar vein to...

I tested the compilation for a bit, but stumbled upon a `prelink` compilation error. It was fixed in da1ea54ad82fee3b3f5a825cb4f7151457c87f01, so if you could rebase your PR, it would help me...

Any update on this? What do we need in order to get this merged?

Link to the F-Droid issue: https://gitlab.com/fdroid/fdroiddata/issues/1601 It seems they are blocked on issue #3121

I also have a similar usecase, where I use a cache server as an insurance that I can rebuild potentially really old projects. I would like very much that this...

From the documentation of `ldap.conf`, I see that this options means: > The client will not request or check any server certificate I'm not sure about not requesting the certificate,...

As a temporary workaround, you could just restart the OTP application by doing: ```elixir Application.stop(:paddle) Application.start(:paddle) ``` but I'm wondering if there are a better way of handling this, like...

I just came across something strange: the default value of the `:timeout` option from Erlang's eldap module (which this library is based upon) is `:infinity` (see [here](https://github.com/erlang/otp/blob/master/lib/eldap/src/eldap.erl#L56)). So it might...