John Fay

Results 24 comments of John Fay

@mgonyan if the fix is to move all assets into the `src` folder that could be as simple as updating the docs to list that as a breaking change. Also...

This is the most common problem we keep running into. `node_module` mapping to successfully call a CLI for Mermaid. Happy to review PR's related to a fix. It seems all...

No problem! Glad that will work for you. I want to say one of the best solutions to this problem is to add a variable to the node_module path so...

I believe all that is in the generated mermaid markdown file is something like this ```bash """mermaid // syntax to render ERD in markdown """ ``` So if you copied...

@cjoecker Share a PR whenever you have it in a good spot. I think it looks way better already. Would be interested to see how it handles the huge schema's...

Would it ignore tables and fields or just tables and relationships? I kind of like the @@ignore over the .prismaignore

Personally I like the ignore param with regex patterns because it should stay separate from any future prisma updates.

Hey @lokize this might be a duplicate issue so could you share your OS, node version, and do some validation to see if that path to mmdc engine exists? ```bash...

That’s the confusing part. When you run with the output file as .md it skips calling that script because we’ve already translated the prisma dml to mermaid and it gets...