Chris Bandy
Chris Bandy
1. [`mysql_affected_rows`](http://dev.mysql.com/doc/en/mysql-affected-rows.html) returns an `unsigned long long`, but `affected_rows` uses `INT2NUM` 2. [`mysql_num_rows`](http://dev.mysql.com/doc/en/mysql-num-rows.html) returns an `unsigned long long`, but - `list_dbs` and `list_tables` store it in an `unsigned int` -...
See #8. Before this is merged, we should update our licensing. The library [has changed](http://src.chromium.org/viewvc/chrome/trunk/src/third_party/cld/LICENSE) to the [Apache license](https://github.com/CLD2Owners/cld2/blob/master/LICENSE). The size of the bundled library has grown significantly. The source...
When I run the following spec file with `shellspec -c . -F` I see that both hooks run even though a single group has focus. Is this intentional? Is there...
The [`restore --target-action` documentation](https://pgbackrest.org/command.html#command-restore/category-command/option-target-action) states: > This option is effective when `hot_standby=on` is configured in `postgresql.conf`, otherwise the cluster will be promoted when the target is reached or there is...
#### What type of PR is this? /kind api-change #### What this PR does / why we need it: #3517 fixed #3370 by adding a step/layer for every `--label` argument...
`controller-gen crd` puts `TODO` in imported descriptions which don't appear in Kubernetes descriptions. For example, [corev1.LocalObjectReference](https://github.com/kubernetes/kubernetes/blob/v1.23.0/staging/src/k8s.io/api/core/v1/types.go#L5606-L5612) has a `TODO` on its one Name field. This type is embedded in [corev1.ConfigMapEnvSource](https://github.com/kubernetes/kubernetes/blob/v1.23.0/staging/src/k8s.io/api/core/v1/types.go#L2088),...
SFTP File System 1.7.6 background page console: ``` background.js:1407 Object {type: "mount", serverName: "192.168.1.101", serverPort: "22", authType: "keyboard-interactive", username: "cbandy"…}authType: "keyboard-interactive"mountPath: "/Users/cbandy"password: "x"privateKey: ""serverName: "192.168.1.101"serverPort: "22"type: "mount"username: "cbandy"__proto__: Object background.js:177...
The PDF in this repository links to a Google doc that says it is "superseded by the second version located here: https://bit.ly/cncf-storage-whitepaperV2". That link requires some kind of authentication. -...
The Future Features section of the README links to an archived NFS provisioner repository. Should it link to https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner instead? https://github.com/kubernetes-sigs/gcp-filestore-csi-driver/blob/2729775080d6cfac1bc60c8e29854d234fa3a177/README.md?plain=1#L95-L98
I run pgBackRest on a variety of systems that use one or more combinations of IPv4, IPv6, and dual-stack. I would like some way to consistently configure `pgbackrest server` to...