Bradley Weston

Results 19 issues of Bradley Weston

``` type Test { Reference string `db:"unique" column:"reference"` Starts time.Time `column:"starts"` Ends time.Time `column:"ends"` } ``` The above stores fine but upon querying I get: ``` ERROR: sql: Scan error...

I'm not to sure but `httputils.EventBusHandler` adds an observer to event publisher but never removes it after the request has ended. https://github.com/looplab/eventhorizon/blob/master/httputils/eventbus.go

bug

# Bug Report --- ## Describe the bug ### Affected Resource(s) - digitalocean_kubernetes_cluster ### Expected Behavior Return a `ipv4_address` in the output. ### Actual Behavior Has disappeared.

bug
Needs Internal Response

## Describe the bug If the Kubernetes cluster fails during creation, further attempts to "apply" changes will fail as the cluster name already exists, but if you do a destroy...

bug
Needs Investigation
Needs Internal Response

Looking at the README it says: > For long term backup storage you could use a GCP Bucket since is a cheaper option than keeping all backups on disk. https://github.com/stefanprodan/mgob/commit/ccad92c6fba0372452c7ce84e7fd2024e1f92c03#diff-e42e703f8eacc6c0bc4465761e4cdc1bR252...

We have an example for restoring from mgob using local storage but any ideas on an efficient way of pulling from GCS?

``` { "@error": "google.rpc.BadRequest is not recognized; see @value for raw binary message data", "@type": "type.googleapis.com/google.rpc.BadRequest", "@value": "CigKHW5hdGlvbmFsaXR5LmNvdW50cnlfb2Zfb3JpZ2luEgdpbnZhbGlk" } ``` I guess it is because gRPC-UI doesn't know about `type.googleapis.com/google.rpc.BadRequest`...

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/docs/blob/master/CODE_OF_CONDUCT.md). -...

bug

```sql -- name: FindCollectionsWithAssignee :many select * from collections where assignee = pggen.arg('assignee') order by created limit pggen.arg('start') offset pggen.arg('limit'); -- name: FindCollectionWithIdentifier :one select * from collections where collection_id...

Can you please make a release with binary attached.