Results 6 issues of Maxim Kamalov

This package didn't work with the latest QS version, so I fixed it. Not sure when exactly did the broken change happen. At version 1.0.0 perhaps?

Hi, I created a plugin. It's not very interesting, but I find it useful, and it should be useful at least for other advanced Unity programmers like me. I hope...

input --- ```nunjucks {{ if foo }} bar {{- /if }} ``` output --- > syntax error 'expected Vento block end' at line 3, column 0 playground ---

**localhost:3000** (but it's assigned to a non-default container) Or more accurately: **eab70e74-cf5b-4b8b-81aa-4aaa9ebfe5f8** **To Reproduce** Steps to reproduce the behavior: 1. Add 'localhost:3000' to exceptions. 3. Go to 'localhost:3000' – I...

bug

AFAIK, `null` results in an exception and `""` string turns into `"#"` string: https://github.com/williamngan/pts/blob/0f350d4145efd2d54a57a7cd29d3c9a03a4e6bbb/src/Canvas.ts#L55-L57 This seems to make the `create a default canvas` case code completely unreachable: https://github.com/williamngan/pts/blob/0f350d4145efd2d54a57a7cd29d3c9a03a4e6bbb/src/Canvas.ts#L62-L63

### input ```puml ContainerQueue(foo, "bar:baz", $descr="qux:quux", $tags="corge") ``` ### output ![image](https://github.com/user-attachments/assets/1af29dbb-dc30-414e-b2bf-28dc617c7f95)