Christoph Bach
Christoph Bach
I am using the graphr Ruby gem and GraphViz on Ubuntu and all I get is  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...