Results 9 issues of Willem

From the `master` branch, I run `cargo run --example hello_world`. I see the OS window is always on top and that it cannot be moved. It would be nice for...

I am using the [bevy engine](https://github.com/bevyengine) and it uses `#import`. Here is an [example](https://github.com/bevyengine/bevy/blob/main/assets/shaders/circle_shader.wgsl) shader. In VS-Code I get this error when I enable `v0.1.16` of `vscode-wsgl`: ``` error: expected...

Minor issue, but reporting it anyway. ![image](https://github.com/qjebbs/vscode-plantuml/assets/1571851/c476a9fa-4028-485a-a449-679bde498cf0)

Thank for for creating this great utility. A new option `--no-owns` on the `dependencies` command would help me to create a cleaner _usage_ graph. Looking at the graph below, applying...

Downloaded binaries 3.1 for xna 4.0 from here: http://mpe.codeplex.com/releases/view/53633 After opening editor, double-click on BasicExplosion.xml -- and then get this error: Microsoft.Xna.Framework.Content.Pipeline.InvalidContentException: There was an error while deserializing intermediate XML....

The manual mentions [here](https://rcsoccersim.readthedocs.io/en/latest/overview.html#the-logplayer) > Then, the program rcsslogplayer combined with a monitor can be used to replay that game as many times as needed. However, on the about page...

Currently the one-shot examples use a HashMap. I thought a neater struct would be to use: ```rust #[derive(Resource)] struct MyItemSystems { health: SystemId, magic: SystemId, } ``` I think this...

One way to support other visualisations is to export the directed graph to JSON. Then people can write code to convert that to something else. Consider using an existing target...

### Is there an existing issue for this? - [X] I have searched existing issues, it hasn't been reported yet ### Use case description I have not yet upgraded to...

enhancement