Joe Bowman

Results 13 issues of Joe Bowman

So I have two databases, we shall call them `default` and `newdb` containing identical tables, and if I connect to clickhouse directly using `http://username:password@localhost:8123/default` or `http://username:password@localhost:8123/newdb` I am able to...

**Describe the bug** When assets are unbonding, they are not included in the 'Total Asset Value' calculation. **To Reproduce** 1. View 'Total Asset Value' on the dashboard 2. Unbond from...

bug
keplr-dashboard

I have a number of instances in GCP called `kubeworker04` through `kubeworker06`; with hostnames `kworker04` through `kworker06` respectively. Based on the hostnames, the k8s node ID is `kworker04` through `kworker06`....

kind/bug
lifecycle/frozen

When running setup_cluster from my Mac, a number of elements in the setup_cluster.sh script fail: Notably: - `grep -P` doesn't exist; I worked around this using `jq` to parse data...

kind/bug
lifecycle/frozen

Add workaround to fix the organisation unmarshalling error logged here: https://github.com/google/go-github/issues/131 Fixes #35

We are attempting to use this against a repo owned by an organisation, and receive the following errors: ``` ::Executing bumper guard ::debug release_branch=master,github_event_path=/github/workflow/event.json could not parse GitHub event: json:...

- [CIP](https://github.com/celo-org/celo-proposals/blob/master/CIPs/cip-0025.md) - [Implementation](https://github.com/celo-org/celo-blockchain/pull/1256) **Deployment Checklist** - [x] Specification - [X] Implementation - [X] celo-blockchain - [ ] Testing - [X] Unit tests - [X] Benching & Gas assignment -...

Ring 0
HF Required

The work by Andy in #103 #107 #120 to refactor query methods under the `query` package means that we end up with naming collisions between methods such as DelegatorValidators which...

### What happened? Running `osmosisd keys add --ledger --index N ` where N is non-zero sporadically fails, but after a few attempts, succeeds. However, attempting to sign a transaction with...

Related to #966, Addresse values in the DPOS BeginBlock DowntimeEvidence logs, are displayed as a list of byte-values, for example: ``` validatorAddress="ѱ\ufffdQ3\ufffd5Jw_e\t\u001e6X\u0007\ufffd\ufffd\ufffdm" validatorAddress="\ufffd\ufffd\ufffdh\ufffd\ufffdl\ufffd\ufffdqm\u0019\ufffd\\\ufffdΰ\ufffd\ufffd" validatorAddress="\u0015\u000f\ufffd\ufffd\ufffd\ufffd\ufffdQ\ufffd\ufffd\u0018\ufffd\ufffd\ufffdS\u0010\ufffd؉d" ``` These logs should be appropriately...

enhancement