Sebastian Zander

Results 8 comments of Sebastian Zander

Hi, thanks for that quick push to master. Unfortunately, `serialport` also does not work. It just sits there at `Listing content of '/'` for hours. I can't even stop the...

Hey, only a little better. I can list some directories now, but I believe, the bigger the contents of the directory, the more unlikely it becomes that I can list...

Using usbipd-win under Windows and linux-tools-generic and hwdata under Ubuntu (Windows Subsystem for Linux) I am now able to list directory contents and download files easily. Also everything is way...

Hey, thank you for your response. I tried your suggestion, but ``ImGui_ImplOpenGL3_RenderDrawData()`` depends on ``static void ImGui_ImplOpenGL3_SetupRenderState()`` and after I copied that method into my codebase I now miss more...

I have tried so much by now regarding ``ImDrawList::AddCallback()`` but didn't achieve anything. What I must and mustn't call and do in my callback remains a mystery to me. Whenever...

I found out that it is my responsibility to restore the state of the last vertex array/buffer bindings at the end of my callback. That resolved the ``Access violation reading...

Any update regarding a possible solution or at least a confirmation that it is a bug?

> @sebastianzander I don't presume you still have this code in place and running? (it's been a while) If you do I would be happy to have another look together...