Matthew Gamble
Matthew Gamble
It's not necessarily about the number of classes, it's about the size of the dependency tree. Each additional package is a package I have to keep track of for updates...
`hoa/consistency` and `hoa/exception` may provide great functionality, but the point is that most non-hoa code aren't going to use these libraries, and automatically bringing them in as hard dependencies isn't...
`hoa/consistency` attempts to polyfill the `trait_exists` function from PHP 5.4, despite requiring PHP 5.5. This is a clear WTF that rings alarm bells about what other obviously absurd pieces of...
I can, yeah. It'll be a few days before I can submit anything for review.
I'm unlikely to have time in the foreseeable future sorry.
Is there anything preventing this from being merged?
+1 for nspawn support. It's much easier to run nspawn containers as systemd services, so I'm starting to prefer them over docker now.
In the years since I discovered this issue and commented here, I've since replaced all my nspawn containers with podman containers. It's significantly easier to get started with because of...
> Runc is not implemented. As far I remember lazydocker or docui has some support But the readme literally states that runc is supported: > ctop comes with built-in support...
> lambda obj: obj.name() is equivalent to operator.methodcaller('name') This may be equivalent, but it is certainly worse. It requires more code, it requires importing another module, and its intent is...