Van Tran

Results 5 issues of Van Tran

When I input the syntax like this ``` // {type:activity} (start)->[Water]->(Fill Kettle)->(end) ``` **Actual output:** ![Code_eiSmGDrUn9](https://user-images.githubusercontent.com/6279921/77295815-2a545000-6d19-11ea-9674-a5b90c6bd89c.png) **Expecting:** The object node should be shown as a rectangle.

## Closes #738 #1990 - #738 - #1990 ## Related to - #651 ## Proposed Changes - Adding metadata to the global configuration - Adding metadata to the route configuration...

feature
2023
Configuration
Routing

Hi, I see some characters that are not allowed in XML is not be encoded, such as character < and >. Could you encode them? 😄

enhancement

When I used generic arrow functions in RunJS, the statements that followed were highlighted incorrectly Example code: ``` interface HasName { name: string; } function Test1(a: T) { return a.name.toUpperCase();...

Closes #1130 When reconnecting to new displays (for example, turning a monitor off and on again, or using Windows + P to switch between extended and single monitor modes), Glaze...