Mohamed Abdelfatah

Results 12 comments of Mohamed Abdelfatah

Can I work on this ? @dreemkiller I think you just solved it, I just want to explore the code while applying the changes 😅

should [this](https://github.com/rust-lang/rust-clippy/pull/6188) solve it now ?

After being able to exclude dependencies from `clippy` warnings, I have a proposal for `clippy` in Veracruz 1. Add `clippy` target to each `Makefile` in all workspaces. Each `clippy` target...

Thanks @mattwilkinsonn !! I thought that my fix solves the issue. But after I filed the PR , I ran the tests and I had a failed test case ```...

> @Mo-Fatah I didn't see any failing tests in main (we had a failed build of a docker image, but nothing from tests). Let's see how the PR tests do...

Yes you are right. I thought of it as: when the user enter a not-found artifact, they will be prompted to try the `--allow-latest` flag. When they try again with...

this should have been fixed in a recent [PR](https://github.com/cri-o/cri-o/pull/7658). Currently, for linux containers, we switched to `libcontainer/cgroups` for metrics gathering : in [cgmgr.ContainrCgroupStats](https://github.com/cri-o/cri-o/blob/main/internal/config/cgmgr/systemd_linux.go#L124-L134) for systemd and [cgmgr.ContainerCgroupStats](https://github.com/cri-o/cri-o/blob/main/internal/config/cgmgr/cgroupfs_linux.go#L95-L105) for cgroupfs. both...

Hi! Can this ticket be proposed as LFX mentorship project for term3 under CNCF ? I am interested in CoreDNS and I would love to participate if the team is...