Nicolas Le Manchet
Nicolas Le Manchet
First thank you for crafting this image. We've been using it for a while without problems until recently, when it started to stop itself quite quickly: ``` $ docker run...
One of the features of GNU Readline we are all familiar with is the history: `up` for the previous command, `ctrl r` for reverse search... It would be a great...
`select` can only handle processes with less than 1024 file descriptors. The default selector usually do not use `select` but more modern alternatives that don't have this arbitrary limitation.
Nose is [unmaintained](http://nose.readthedocs.io/en/latest/#note-to-users) and py.test is awesome.
The documentation built with Sphinx does not provide the list of plugins and consumers available. It would make sense to generate this list together with the specificities of each plugin.
Because the read-modify-write sequence is not atomic, it is possible to lose messages when multiple tasks try to send a message concurrently. ```python messages = cache.get(user_key) or [] messages.append((message, level))...
When using Cameractrls to control an Anker PowerConf C200, the settings and preset applied get reset each time an application starts the camera. To be clear, this is not between...
### Issue Description Running `ramalama` implicitly downloads large container images without confirmation and without user feedback. This is a problem because: 1. The tool appears to hang doing nothing, in...