sugarraysam

Results 7 issues of sugarraysam

## Description When using `opm` tooling to interact with bundles, we always need to build an image to use the opm tooling. For example: - `opm alpha bundle validate --tag...

## Introduction OPM recently changed their semver package #910. It does not allow the "v" prefix in the CSV version fields. When running bundle validation command, my expectation is that...

## Description The opm tooling uses a `containerd` registry under-the-hood: https://github.com/operator-framework/operator-registry/tree/master/pkg/image/containerdregistry. The issue with this is that `containerd` is unaware of the local docker cache (or local podman cache). It...

## 🐛 Bug Reports When reporting a bug, please provide the following information. If this is not a bug report you can just discard this template. ### 🌍 Environment -...

I have a map, which I want to delete immediately. The context is I use two maps `@curr` and `@prev`, and I am always writing to `@curr`, and at set...

good first issue

As titled. The only concern is this is most likely a *breaking change* for users of the library. If added through safe release mechanism the impact should be minimal? More...

Hello, as titled I am running into unsupported syscall error in my project, where I do use `io_uring`. ```bash // from kernel - 425 maps to `io_uring_setup` uapi/asm-generic/unistd.h 759:#define __NR_io_uring_setup...

C-project
A-shims