French Ben

Results 124 comments of French Ben

> Thanks @FrenchBen but there may be cases when images are coming from different registries, I understand user has to do more editing if the images are all stored in...

> Thanks @FrenchBen but there may be cases when images are coming from different registries, I understand user has to do more editing if the images are all stored in...

@SpencerBrown I'm no expert, but the change you mentioned is correct. Breaking changes would need to be shown within the docs and a properly versioned provider would prevent people from...

Capturing the packets has been quite difficult, and with the device no longer supported, I can't even see the incoming requests for it. Thanks for sharing the google code, it...

Some details on the chipset for my use case - it's a Linkplay A31 v04, I tried to email the company to see if they would be willing to share...

you're probably forgetting to install the plugins: `gitbook install ./`

This is due to an old reference, for the esp8266 library that was since updated. `#define PWMRANGE 1023` was removed https://github.com/esp8266/Arduino/pull/7456/ In the default library this was set to the...

I think that delete should be independent of group size. A user may want to trigger a node replacement by deleting the node, expecting to have the node replaced. This...

If I understand this properly, removing an unhealthy node from the cluster would essentially be: * Delete Node with ID xxxx (this also decrements count) * Increment Group Node Count...

@jasminSPC a little late to the discussion, but it seems that a request to the DataCenter API will provide you with the data you need. `GET /datacenters/{datacenterId}` Returns details about...