Harsh Sikhwal

Results 10 issues of Harsh Sikhwal

File: Resources\test\Issues\[Load Digraph] Node present as string is tokenized to different nodes\flowchart2.dot The node `{ rank = same; "past"; "SCCS"; "make"; "Bourne sh"; "yacc"; "cron"; }` is read as: ```...

bug
LoadDiagraph

If only node exist without attributes, print in same like. Example: `b -- { c e };` should not print as: ``` b -- subgraph { c; e; } ```...

bug
documentation
enhancement

Possibly preserve subgraph keyword. If not present, should not add to file. For example: Input: `b -- { c e };` The dot read should not have "subgraph" like: ```...

documentation
question

Files: Resources\test\[LoadDigraph] Colour attribute does not take multivalue\multi_color.dot Attributes with multiple values do not take all the present values: `graph { ethernet [ color = "green, brown, red, black", label...

enhancement
LoadDiagraph

enhancement
good first issue
research

File: Resources\test\graphviz\flowchart2.dot Add size attribute for graph

bug
enhancement
Attribute

Support multitypes in attributes, for example, an attribute can have bool as well as string and currently we provide a single attribute.

enhancement
Attribute

File: Resources\test\renenyffenegger\simple_node_edge.dot

bug
enhancement
Attribute

This will add all the optional characters and print the graphs in a well structured manner

enhancement

implement unit testing

enhancement
research