Omar Kohl
Omar Kohl
The question of avoiding losing a recipe when the original owner deletes it, seems like an additional feature. If you are worried about that, I would create a copy in...
I am no longer doing much development with Python so I am not up to date with the latest best practices. I need some justification why poetry (or setuptools-scm) is...
No reply from OP.
I am no longer doing much development with Python so I am not up to date with the latest best practices. I need some justification why poetry is the way...
I created a small example repository that reproduces the issue. I updated the issue description. This is the repository. The README contains step by step instructions to reproduce the problem...
For what it's worth, GitHub Codespaces has exactly the same problem (same code base?) and yesterday there was confirmation that the issue is real and that my hypothesis concerning the...
@axonasif any update from the engineering team?
> in the original message there was no space between the @ and the names of course The issue is that the bot displays an error but creates a PR,...
Some options maybe: * Require a slice of errors to `fault.Wrap()` as the first parameter (i.e. breaking change). The slice can always contain just a single error. * Modify `fault.Wrap()`...
My best guess is that the following is not necessary ... ```go // given a signature of: // func fault.Combine(...error) func(...Wrapper) fault.Combine(err1, err2, err3)(fctx.With(ctx), ftag.With(ftag.InvalidArgument)) ``` ... because I assume...