You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’d like a configuration option to disable emoji output, because I think it looks worse than PK and NULL, especially if (like me), you’ve been reading ERDs for the last ~30 years.
The minimum would be something like useEmojis = true | false which chooses PK or 🗝️ and NULL or ❓, but better would be something more configurable:
emoji only
standard text only
emoji plus standard text
custom text (which can include emoji)
I’ll probably need to roll back to an earlier version because I think that this is a readability regression on an otherwise excellent project. I’d be happy to submit a PR for the minimal approach.
The text was updated successfully, but these errors were encountered:
Resolves#226
Because the default would be to generate emoji output (so as to not
result in a regression for those who prefer the emoji output), I have
named the configuration `disableEmoji`. Setting `disableEmoji = true`
reverts the generated code to `PK` and `nullable`.
I’d like a configuration option to disable emoji output, because I think it looks worse than
PK
andNULL
, especially if (like me), you’ve been reading ERDs for the last ~30 years.The minimum would be something like
useEmojis = true | false
which choosesPK
or🗝️
andNULL
or❓
, but better would be something more configurable:I’ll probably need to roll back to an earlier version because I think that this is a readability regression on an otherwise excellent project. I’d be happy to submit a PR for the minimal approach.
The text was updated successfully, but these errors were encountered: