John Fay

Results 56 comments of John Fay

Okay cool. Go ahead and [enable debug mode ](https://github.com/keonik/prisma-erd-generator#debugging) and take a look at your generated mermaid file in step 3 outputted to `prisma/debug/3-...`. If it works in markdown it...

Share your OS and node version as well. Most of these failures are happening for windows users

I wanted to do this but just haven't had time. I personally would rather see all the prisma variable names so I would default to that.

I agree but I'm wondering if this should exist in prisma's prettier/linter or in this library. 🤔 Thoughts?

I believe this already works ```prisma amount Float? @map("Amount (LCY)") ```

Wait nevermind. This is less of a library limitation and more of a mermaid issue. I just tried fixing the regex used to get the strings. Even after getting it...

#129 special character limitation. Overlap with a regex problem but when I fix it it will cause failures at the mermaid mmdc step

I would agree that’s easier to read. It could potentially save some space as well. Yeah make a PR and I’ll review

I'm open to it. Especially if someone has an interest in sending a PR my way. There is a discussion about moving to something other than mermaid already #102

> @keonik did you see the pull request? What do you think? I gave it a shot running locally and had a few TypeScript errors and missing imports that hung...