Ashley Engelund
Ashley Engelund
I think this will be helpful. The [documentation for pie charts](https://github.com/mermaid-js/mermaid/blob/develop/packages/mermaid/src/docs/pie.md) should also be updated so users understand this. Existing users might be surprised at their pie charts suddently being...
Fantastic! I am very interested in helping to make mermaid more accessible. This seems like it will be straightforward to implement. My opinion is that we should put the tags...
@brennanyoung FYI I've looked at the code and this will be a really easy thing to implement. (It's just a few lines in mermaidAPI.ts.) I'm going to first do #3648...
@sidharthv96 (or any other collaborator) would you assign this to me please?
This is great, @DanielOaks . I'm also interested in helping out with the documentation. I wrote my thoughts in a [Discussion](https://github.com/mermaid-js/mermaid/discussions/3416) (I don't think Discussion were enabled when you submitted...
I can't see them iether @emersonbottero . Perhaps one of the maintainers can help out: @sidharthv96 ? @knsv ?
This would be great also because it allows for some inheritance. Could hopefully get rid of all the duplication so much of the lexers and parsers. Would also make it...
FYI - I was intrigued by this, so started learning and working with it. I'm working on the parser for the ER diagrams (since that's what I've been working with)....
_(jumping in)_ In Rails, `scope` is a macro that essentially resolves to a _class_ method. Implementing `scope` as an instance method (e.g. as in https://github.com/neo4jrb/neo4j/blob/0ce207eccd8fe12db7c5bf7fd1f6cd8e0dfef1c9/lib/neo4j/active_node/scope.rb#L37 is wrong/incorrect. @amitsuryavanshi your example...
@chris-randall-qol Great suggestion to update the documentation. (Documentation site is being upgraded; will be easier to make documentation updates soon.) Choices _could_ be labelled, but aren't right now only because...