Silvio Moioli
Silvio Moioli
The recent addition of continuous mode (`-c`/`-C`) to `msgpack2json` is great, as [for our use case](https://github.com/moio/evil-minions) we use concatenated files a lot. It is sometimes useful to manually edit the...
:wave: In the context of the [Uyuni open source project](https://www.uyuni-project.org/) I am looking to optimize a Python commandline tool ([draft PR](https://github.com/uyuni-project/uyuni/pull/2042)). My commandline is: ``` py-spy record --native --output spacewalk-repo-sync-trace.json...
### Changes Fixes #685 `__aenter__` is supposed to return the object that populates the `instance` variable in `async with Constructor(params) as instance:` ### Checklist - [x] I think the code...
**Describe the bug** ```python async with AIOKafkaProducer(...) as producer: producer.send(...) ``` fails with `AttributeError: 'NoneType' object has no attribute 'send'`. `producer` is indeed `None`. **Expected behaviour** `producer` is an `AIOKafkaProducer`...
**Describe the bug** Running `epinio` on the command line results in the following [GateKeeper](https://en.wikipedia.org/wiki/Gatekeeper_(macOS)) error:  **To Reproduce** 1. download executable 2. `chmod +x...
:wave: Hound developers! I am trying to index a pretty large repo (144GB - all current sources of openSUSE), and unsurprisingly the index turns out to be larger than 4GB,...
`libvirt` has caching settings for VM disks, and `cache=none` has a dramatic effect on I/O (2x in my tests). Currently we do not set that parameter. Having that requires enabling...
This currently breaks on XFS on the controller hosts.
The startup phase of evil-minions is very entropy-hungry and can starve. We need a way to make sure enough entropy is available (both in libvirt and openstack backends). Pointers: https://major.io/2007/07/01/check-available-entropy-in-linux/...
Expectation is that Salt is called to reconfigure the machine instead. This might need to be fixed at terraform-provider-libvirt level.