Christoph Bach

Results 5 issues of Christoph Bach

I am using the graphr Ruby gem and GraphViz on Ubuntu and all I get is ![discrete](https://cloud.githubusercontent.com/assets/1646184/16079683/1e43b4c4-3305-11e6-8aec-c6fbc28eabb2.png) Btw, why didn’t you put the graphr gem in the dependencies?

I just checked out the gem and found out that the group representation is missing the subGroups. Are there any plans to implement that?

I recently upgraded our rails app to 6.1 running on ruby 3.0.0. I have now several parts of my code failing when calling methods with keyword arguments (or named parameters)...

I got my container running in a loop since the wait script in entrypoint.sh tries to connect at :5432 and not to $SQL_PORT

When using kamal 2 with Bitbucket Pipelines it fails because of the hard dependency on docker buildx on localhost. When I disable local building with `local: false` in the builder...