Patrick Domack
Patrick Domack
simple modifications to work with private zones. local ZONELIST=$(cli53 list -format json | jq --raw-output '.[] | select(.Config.PrivateZone == false) | .Name, .Id' | sed -e 's/\.$//' | xargs echo...
## Steps to reproduce Install 5.6.0, pass an array of ObjectId's in a query such as: app.models.catalog.find({}, function(err,catalogs) { let catalogIds=[]; for(let i=catalogs.length; i>0; i--) catalogIds.push(catalogs[i-1].id); app.models.registry.find({where:{ catalogId: { in:...
iSCSILogicalUnit fixups for lio-t to support targetcli 3.x, and remove target adjustments iSCSITarget add the ipv6 support that was removed from iSCSILogicalUnit, with conditional test
I shamelessly copied and heavily rewrote your code. Mainly cause I had a new hamptonbay fan (dawnsun remote) and fanimation fans. They are not clean in their rf protocol like...
I ran into a few issues here, besides it not being fully complete currently, referenced the *example* and had issues using that also. The two main issues I had, was...
Ability to output a machine readable output format that can be used to feed/check via other tools for conformance compliance
## Status **READY** ## Description Quotes string fields so that when importing the csv, it can automatically detect text columns vs numeric columns. This helps a lot with having working...
### Contributing guidelines - [x] I've read the [contributing guidelines](https://github.com/docker/buildx/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug and checked that ... - [x] ... the documentation does not mention...
2025-10-15 14:43:08 ERROR failed to open raft store: listen tcp: address 2001:470:8159:c000::4da:10008: too many colons in address 2025-10-15 14:43:08 FATAL 2025-10-15 14:43:08 ERROR failed to open raft store: listen tcp:...
Replace hexdump but the more available od command #974 same as above pr, but also checking for xxd, and without breaking current hexdump that may not have od installed.