Adam Fraser-Kruck

Results 6 issues of Adam Fraser-Kruck

Hello! When the dark theme is used, some dialogs have text which is hard to see (black on dark). ![hard-to-see-text](https://user-images.githubusercontent.com/274012/231824354-2c569693-cbdc-47a8-9866-a1367f4fff02.gif) 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). ![image](https://github.com/mermaid-js/mermaid/assets/274012/29af862a-53f4-4d93-85f6-1d931c92d373) Here's an example of where the `Moving` state wants to have a transition to its...

Type: Bug / Error
Status: Triage

### 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 { ```...

Type: Bug / Error
Status: Triage