RazCrimson

Results 6 issues of RazCrimson

It is as the title mentions, when a program starts executing, the `MEMORY_LIMIT` only keeps the programs use of Main memory under the limit, but the program keeps on consuming...

problem

**Current Scenario** `podman-py` currently does not directly provide any means to fetch the stats of all containers. But this is allowed in as per the [Podman REST API](https://docs.podman.io/en/latest/_static/api.html?version=v4.4#tag/containers/operation/ContainersStatsAllLibpod). Note that...

Currently Inline snapshot doesn't seem to support working with Enums. Example: ```py from enum import Enum from inline_snapshot import snapshot class SomeEnum(Enum): VAL1 = "val1" def test_snap(): a = SomeEnum.VAL1...

**Describe the bug** The DS_Store file present in the root of the repo is supposed to be removed from the commits made in #108 But only a .gitignore entry was...

bug

Make the complete original status from the container engines like docker and podman available through the Glances API From: https://github.com/nicolargo/glances/pull/2745#issuecomment-2085377732

enhancement
plugin/containers

**Is your feature request related to a problem? Please describe.** Current actions feature in glances is very hard for an non-programmer/end-user to use. Make actions more user-friendly and simple to...

enhancement