Christian Jöcker
Christian Jöcker
I did the first try using `Graphviz` instead of `mermaid` and this is the result:  The lines don't look as clear as with `mermaid` but in my opinion, it...
I don’t have a self-hosted repo and also have the same difference in the url: an extra `ssh.` and `v3` Maybe it creates a different url when the repo is...
I tried it and it works, thanks a lot!!
@keonik I created a draft PR with the proof of concept for Graphviz. Let me know what you think so that I can start the refactoring, tests fix etc. @SkeLLLa...
I was checking `mermaid` and there are not too many possibilities for customizing. But we can achieve that with [graphviz](https://graphviz.org/) and [handlebars](https://handlebarsjs.com/). The logic may change but the end result...
@keonik did you see the pull request? What do you think?
@keonik I just pushed the missing file. It is also ok for me to have mermaid and graphviz together. This PR was just a try to see if it works....
@keonik separate branches are a good alternative. I just ask myself if it wouldn't be better to add it just as a prop in the configuration of the plugin. It...
I want also to be able to use different ENV variables with named stacks. Depending on the stack/environment, I'm accessing different databases. For that, I would like to have an...
I see the Issue comes from people using Remix. In my case, it was breaking because I was reading the body more than once. [Here](https://github.com/remix-run/remix/discussions/7660#discussioncomment-7277927) you can read more about...