Björn Fischer
Björn Fischer
When merging two contexts which reference the same user name (though different users) the resulting kubecfg drops one of those users and the corresponding context can not authenticate. Suggestion: Detect...
This is related to monitoring Consul Template. The discussion in #570 has converged to sending health data to Consul (issue has been stale since early 2018). I'm proposing to expose...
When Spilo [retrieves the base backup](https://github.com/zalando/spilo/blob/9f07dc554929b2c2b64720a09d1d416a2f7776cd/postgres-appliance/bootstrap/clone_with_wale.py#L73) corresponding to the target recovery time, it uses the last_modified timestamp of the underlying storage. This is safe in most cases because the modification...
For reference: https://github.com/pouchdb/pouchdb/blob/30fd84f1ae88ca8687c2842bd131e67e7cf7c41c/packages/node_modules/pouchdb-adapter-leveldb-core/src/index.js#L1063
## I'm submitting a ... [ ] Regression (behavior that used to work and stopped working in a new release) [ x ] Bug report [ ] Feature request [...
The program ```golang start := time.Now() p.chain.FlowCallback(func(all_done bool) int { if start.Add(5 * time.Second).Before(time.Now()) { return sox.EOF } fmt.Printf(".") return sox.SUCCESS }) ``` breaks with the panic `panic: runtime error:...
Trying to understand the problem described in #809, I've learned a lot about the internals of the Postgres operator. I've noticed that there is only a limited number of event...
I'm trying to get sound working on a Raspberry Pi Zero 2w with a PCM5102 DAC. My reference is Raspberry OS where the DAC is working with the Go program...