fahed dorgaa

Results 25 issues of fahed dorgaa

thanks to @liubin to detect the issue (https://github.com/containerd/nerdctl/issues/1278#issuecomment-1205151926) fix stats output and ensure error display (https://github.com/containerd/nerdctl/issues/1278) Signed-off-by: fahed dorgaa

Some flags are designed to be `nonPersistentAlias` (i.e `--n`, `--H`) to avoid conflict with submodules. We should mention this in the description of alias to avoid bad understanding ``` Flags:...

area/cobra

### What is the problem you're trying to solve Target Nerdctl logging drivers: - [ ] none - [x] json-file : https://github.com/containerd/nerdctl/pull/959 - [ ] local - [x] journald :...

kind/feature
area/logging

PR fixes : * `nerdctl compose logs` no longer rely on `nerdctl logs` * `nerdctl compose up` log output no longer rely on `nerdctl logs` * refacto `nerdctl logs` And...

area/logging

waiting for fix in compose-go side https://github.com/compose-spec/compose-go/issues/235

kind/external
area/compose

Hi guys I want to ignore some private dependency within the go.mod package abstract from my `gomod` package ``` module xxxxx-api go 1.18 require ( dev.azure.com/xxx/xxx-sdk-common-api.git v1.1.1 github.com/agext/levenshtein v1.2.3 github.com/go-chi/chi/v5...

support pFlag `AddParentFlagSet` (https://github.com/spf13/pflag/pull/357) Signed-off-by: fahed dorgaa

triage/needs-info
size/XS

### What is the problem you're trying to solve The problem is that if I use it directly in the pod, I can pull the image directly, but not in...

enhancement
kind/external/buildkit

### Description of your changes Fixes # fixing https://github.com/crossplane-contrib/provider-ansible/issues/147 I have: - [ ] Read and followed Crossplane's [contribution process]. - [ ] Run `make reviewable` to ensure this PR...

based on [Policy CheckWhenObserve design](https://github.com/crossplane-contrib/provider-ansible/blob/main/docs/design.md#policy-checkwhenobserve); the provider makes no difference between `Create()` or `Update()` to reconcile diff if it is detected ( it will defer to the Ansible contents to...

documentation