Sebastien Dumetz
Sebastien Dumetz
Will do. Thanks for testing.
I've added a (crude) snapshot creation tool in v0.2.2 that should work. It's useless as long as there is no way to restore/delete snapshots but hey, it's a start ;-)
I've an important rework on the publish API that's needed to support this. As soon as it's done (next minor version), I'll be able to handle snapshot removal and publication...
I, thanks, it's good to know others have a similar need. I have worked on something on my [own repo](https://github.com/sdumetz/aptly-web-ui) that's nearly useable, but I don't have yet any plans...
FWIW, it's currently possible to do such a wait and combine using `zeroconf.SelectIPTraffic(iptype )` in parallel with `IPv6` and `IPv4` and merging the lists as they come. I think that...
I had the same problem today. Forcing the X server to 24 bit depth apparently solves it. It looks like the pi's default is simply not to 24 bits (I...
Maybe just reuse the ability to provide a **development** `_config.yml` : Add a `config_file` configuration option that defaults to `"picture"` Then change (I think): ``` PictureTag.site.data.dig('picture', 'presets', name) #to :...
After some debugging on debian/stretch, I've found some more info on this : error -3008 is from `uv_getaddrinfo`, returning `UV__EAI_NONAME`, which is -3008 ([ref.](https://github.com/libuv/libuv/blob/fe3fbd63e5dfe26c473cdd422ad216a14ae2d7e4/include/uv-errno.h#L43)) It's not "normal behaviour" as the...
Hi, I'm currently using this module on debian 10 so I should be able to help. I have encountered this error when a device is registered in avahi (it was...
When working on RESt APIs, batch processing often cause this. When you have 1 foile to process, the answer represents the result of the processing. However, if you process many...