Louis Pilfold

Results 1877 comments of Louis Pilfold

You could store the password in an anonymous function perhaps? Then the function would be printed instead

I would publish a new major version and not worry about backwards compatibility.

I don't think backwards compatibility is possible here. There is nothing stopping people from having used the name in their code.

Hello! > While httpc does support TLS verification of remote server certificates, it can only do so against the client system's authorized CAs. Are you sure? It looks like you...

Oh I see! Sorry I got confused. This library is called `gleam_httpc` and `httpc` is the Erlang original. > [The Configuration type](https://github.com/gleam-lang/httpc/blob/16d90a1b80351b3d97e9737675b9fd34f490c187/src/gleam/httpc.gleam#L125C1-L139C1) currently only includes a verify_tls: Bool field. I...

This is getting a bit complex being done on CI. Maybe we could do this instead with a script that folks use in dev?

There's not really any cost to having some outdated text files, so any checking on CI would need to also not have any cost. CI complexity is a headache, so...