Paul Meyer

Results 50 issues of Paul Meyer

When an error occurs during communication with the KBC, error types are returned as described in the [protocol documentation](https://github.com/confidential-containers/kbs/blob/main/docs/kbs_attestation_protocol.md#error-information). Should we document these errors somewhere? Currently, the type is just...

**Is your feature request related to a problem? Please describe.** I don't want to place my main email in maintainers.nix. Hydra doesn't seem to check the other set emails or...

`go_1_21` can be found via search: https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=go_1_21 `go_1_22` isn't: https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=go_1_22 both defined here: https://github.com/NixOS/nixpkgs/blob/51202de2311a4871c6606303b13f63fdd92c9e29/pkgs/top-level/all-packages.nix#L25174-L25193

https://github.com/pkg/errors was archived. Might be best to migrate to stdlib `errors` package, I think the only unsupported function ``` errors.Wrapf(err, "...") ``` can be replaced with something like ``` fmt.Errof("%w:...

https://go.dev/blog/using-go-modules

- [x] I have read the entire README https://github.com/nix-community/aarch64-build-box - [x] I completely understood the README https://github.com/nix-community/aarch64-build-box - [x] I know when I can't trust the builder, as explained in...

The [following example](https://go.dev/play/p/12wds5vltEh) ```go type a struct{ B b } type b struct{ C c } type c struct{ D d } type d struct{ S string } func main()...

feature

**What happened** function can't be found via noogle **Steps to Reproduce** https://noogle.dev/q?term=lib.nixosSystem

bug

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

help wanted