0ge
0ge
I think I encountered the same issue. As with the original report, the test cases passed when run one-by-one. Implementing workaround 2 fixed the issues for me. ``` Traceback (most...
Good question! In my case I expected the iterator to be non-empty, so I would want an error. But I also recognise that there might be cases where it doesn't...
It would be nice if this could either be merged or dismissed - I don't like loose ends. 😄
I installed this for GDB purposes (somewhat unaware it interfaced with lldb) and a while later went to Xcode to update a project there, where debugging had stopped working. Took...
We have ran into this for a tool we developed. One user frequently turned off his Bluetooth radio (because of other reasons) but the tool has no way of informing...
Seems like I found the issue… **To reproduce** 1. Enable Hierarchy notes alternative 2. Set "Offending.md" as note to use for hierarchy 3. Create the files below 4. Refresh index...
I haven't tried with v4 and will probably wait until it's available as regular. I'll try to remember to check then. Currently, this is not an issue for me.
FWIW; if you `!include` a sub diagram inside a `namespace` clause, it will assign the imported classes to that namespace. Example: ```plantuml namespace MyNamespace { !include Project/Folder/MyClass.puml } ``` I've...
Not sure I understand your test - that would fail regardless? How can I check the encoding used?
And I should have gotten back faster. 😉 I opened his gitconfig file with Sublime Text and UTF-8 encoding and there it looks OK. If I open it with ISO...