Dominic Barnes

Results 37 issues of Dominic Barnes

This PR fixes #63 by improving the handling of embedded pointers. Not surprisingly, these are a tricky bunch to contend with, so I've included a few test cases to demonstrate...

This change adjusts the `Reader` to simply retry on `io.ErrNoProgress` rather than treating as an error/failure. Since there may not always be data to consume immediately, it seems sensible to...

This moves logic for discovering partitions on a topic from `Writer` to `Client`, which should make it easier to write lower-level programs that don't need batching functionality. If accepted, this...

So, I'm not sure how best to implement this feature, but the ability to have a certain icon with multiple "modes" would be really great in my particular case. I've...

Medium

This PR adds the ability to get at the `serverScope` from a `docScope`. (which is not currently possible) If you initialize nano with a db-name in your URL, (a common...

This PR adds the ability to configure the log level for the server. Currently, the default is to log everything (including debug) which logs secrets like the github token and...

cla: yes

It doesn't look like `cluster-state-service` exposes a "ping" endpoint, and it appears like that is part of `daemon-scheduler` instead. I don't think I need the scheduler, so I'm just running...

component/cluster-state-service

I'm working on deploying `cluster-state-service` on ECS, but I'm running into some problems. The process starts and immediately begins "Reconciler loading tasks and instances", but it isn't long before ECS...

component/cluster-state-service

Currently, if you use a Cloudant backend along with a `dbUrl` config that is missing a `/` at the end, you'll end up with an error like this: ``` Error:...

### Description This PR updates `github.com/apache/arrow` with the primary goal being to land https://github.com/apache/arrow/pull/13322 that includes https://github.com/stretchr/testify/pull/1192 which ultimately updates `gopkg.in/yaml.v3` with security patches. To accomplish this, I needed to...