Adam Fraser-Kruck
Adam Fraser-Kruck
Hello! When the dark theme is used, some dialogs have text which is hard to see (black on dark).  I can see it OK, but some people with worse...
Normally the .vscode/settings.json file will be something like this: ```json { "hediet.vscode-drawio.plugins": [ { "file": "${workspaceFolder}/my-plugin.js" } ] } ``` This works fine with windows, but if I open vscode...
Just a small suggestion. When running `dotnet-script init` in a directory that already has a `launch.json` file with other configurations, I found it a bit surprising that it totally overwrote...
### Description mermaid.js can't show parent to child transitions (called local transitions by UML).  Here's an example of where the `Moving` state wants to have a transition to its...
### Description When a composite state label spans multiple lines, it often overlaps its nested states as shown below. ``` state "ACTIVE\nenter / setup();\nexit / teardown();" as ACTIVE { ```...