Ivan Fraixedes

Results 44 issues of Ivan Fraixedes

I tried to use the the `Pool` for sending emails to a [SMTP server which offers SSL/TLS connections (not _STARTTLS_)](https://www.fastmail.com/help/technical/ssltlsstarttls.html) and the `pool.Send` hangs on [`pool.build`](https://github.com/jordan-wright/email/blob/52b567308cb077c5d2fbac918556ec238173198e/pool.go#L199); that doesn't happen with...

I wanted to ask if you would consider to accept to add new functions to the API, in order of not breaking the backward compatibility, which receives the [context.Context] by...

Hello, I would like to confirm if this package is still maintained or basically the maintained fork is https://github.com/spf13/pflag. In case that the mentioned fork is the maintained version, could...

Hi Romain, Can you make the license clearer, writing it in README or adding a LICENSE file? I know that it's in `package.json` but having any of those make it...

Hi there, What is the license which apply to this repository? I cannot see it, if you forget to add one, could you add it? otherwise can you make it...

question

Find an alternative to [net.Error.IsTemporary](https://pkg.go.dev/net#Error) because it's deprecated. I see that's at least used in: * https://github.com/storj/drpc/blob/0a6ae7bccab6f01ca6390a7a5bf9abeee71624d2/drpcserver/util.go#L18 * https://github.com/storj/drpc/blob/0a6ae7bccab6f01ca6390a7a5bf9abeee71624d2/drpcserver/util_windows.go#L31

enhancement

**Description** If the satellite receives a request with an invalid coupon it responds with a 500 status code. **Steps to reproduce the issue:** I haven't checked how to trigger this...

Bug
Satellite UI

Multinode requires an identity because it connects to the Storagenode through DRPC. Uplink does the same but it doesn't require any identity. Asking to SNOs for an identity for running...

SNO

Nice work, however not license is specified. Could you add a license to the repo? it may help to know what we can and cannot do with the source. Thanks...

Hi @Phildo Awesome job, however I cannot find in what license is applied to this repository. If there's one can you make it more visible in README or adding add...