Joar Wandborg

Results 7 issues of Joar Wandborg

# Scenario - GKE Kubernetes - spilo Pods via StatefulSet: `patroni-set-0003` ```yaml kind: StatefulSet # [...] metadata: name: patroni-set-0003 spec: replicas: 3 # [...] template: spec: containers: - name: spilo...

spilo should have tagged versions, like patroni. It would be convenient if the tagged versions of spilo matches the versions of patroni. If spilo needs additional releases for any patroni...

I'm parsing some CSV files that use the "record delemiter"/terminator `\x02\n`. I can't use `\n` as terminator, since `\n` may occur in record field values. Another bug is that I...

`sbt.librarymanagement.ResolveException: unresolved dependency: net.cakesolutions#scala-kafka-client-akka_2.13;0.11.0.0: not found`

- [ ] Use [setuptools_scm](https://github.com/pypa/setuptools_scm) - [ ] Also write the version to socker.js's `package.json` - [ ] Update release docs in README

to reproduce ``` js document.querySelector('body') .appendChild(JsonHuman.format({now: new Date()})) ```