Results 31 comments of ecksun

Changing to this: ``` cheaper = 0 processes = 1 ``` Seems to solve the issues. So my question is then, is xandikos and its git libraries built for parallel...

I created a pull-request to update the examples just to simplify for people like me, until a real solution can be implemented

I can, but its probably more useful if you do it, I have very little knowledge about both this and the mdocml project.

> > update.sh file that transforms the pushprox's /client json > > No need for jq, you can do this with relabelling on the Prometheus side. How would you do...

> > How would you do that? > > A replace action to append a port number. Hmm, I have been trying to do this for a while now but...

I revisited this now and I think I figured out what you meant. Perhaps this is a good addition to the README?

Migrating [this comment](https://github.com/ansible/ansible/issues/51068#issuecomment-472030318) I'm seeing the same thing, as additional information this is the output of the task: ```json { "foobar": { "after": { "access": "proxy", "basicAuth": false, "database": null,...

I'm still seeing this issue with ansible 2.9.13.

> You mean you want to publish this data? No, i want the ManufacturerData which from the advertisement of other peripherals > `AdvertisementPayload` is for when you want to act...

> AdvertisementPayload.Bytes() will always be nil on Linux, because BlueZ does not expose this information. Alright, good to know. > That said, adding manufacturer data to the AdvertisementPayload should not...