Tobias Pfandzelter

Results 4 issues of Tobias Pfandzelter

In #7 I added a filter to only apply `code` formatting to inline code within `p` tags, not to standalone code blocks. While that worked and enabled proper syntax highlighting,...

Currently when getting the string representation for a vector clock, you will get a non-deterministic order of keys and values. The reason is that ranging over a map in Go...

`gvt` is deprecated, Go modules are the way to go. Fortunately `go mod` understands `gvt` manifests so building the project is easy now. Fixes #32 and #33

I am running into issues with the `docker-mac-net-connect` service since Docker Desktop v4.24, which [enabled Resource Saver by default](https://docs.docker.com/desktop/release-notes/#4240). Resource Saver kills the Docker VM if no containers are run...