Alessandro Sorniotti

Results 18 comments of Alessandro Sorniotti

@yacovm couldn't we merge this anyway and handle the less-than-ideal text in a subsequent PR - wdyt?

Incidentally, have you checked that the verification takes care of https://datatracker.ietf.org/doc/html/rfc8032#section-8.4 We had to do this manually for ecdsa

@curldapps2 thanks for your contribution, could you please take care of the DCO so that we can merge?

The change you suggest @adecaro would require a capability switch as @yacovm points out. I'd like to better understand the exact type of enhancements we're talking about - is there...

Dunno how authoritative [this answer](https://stackoverflow.com/questions/61933650/whats-the-difference-between-errors-wrapf-errors-errorf-and-fmt-errorf) is but it seemed to make sense - basically use `github.com/pkg/errors.Errorf` if one wants stack trace data, otherwise use `fmt.Errorf` (don't use `github.com/pkg/errors.Wrapf` anymore). I'd...

It's surely tempting, why not. We just have to be aware that we're just kicking the can down the road, nothing else. [gitlab.com/tozd/go/errors](https://gitlab.com/tozd/go/errors) is supported until it isn't, at which...

I'm not sure these guidelines are still up-to-date, since github.com/pkg/errors has been archived 2 years ago and is effectively a dead project. @denyeart wdyt?

Thanks @aviralagrawalDLT . This isn't a minor change and so I was wondering whether there was any kind of design document I could read first to get familiar with the...

> I do not have any design document handy with me right now. Give me some time to whip something up on why this change0 is being suggested. Thanks!