Jon Peirce

Results 114 comments of Jon Peirce

Well, that's weird! If you have a space in the name then it *should* be escaped with a `\` to run in the terminal and the code that added that...

Thanks so much @jakobchwastek and sorry for delay pulling this in but you're quite right about the bug and the fix :-) We're looking at whether we can make this...

I'm seeing this too on the 64bit installation I'm using for releases. I think the issue is not to do with the shader code but the code to extract the...

Yeah, because I rarely have to compile C code it always goes wrong and I'm slow to debug. So it's easier *in theory* than it is in practice! ;-) I'm...

Oh but you said you're runnign 10.12 and the SDK only needs upgrading to 10.9 so you might be able to do it anyway?

These are both occurring during OpenGL calls by the looks of it, maybe from creation of text. Could you tell use about (or share) the code you're using to create...

I haven't been able to replicate this on macOS, although I'm not sure what aspect would make it a platform-specific bug 🤔

Well done everyone on the detective work. My guess is that this is a change between wxPython versions on that Bold() method. Are we certain the fix is sufficient? ie....

This would be great. Because I don't personally do anything with stereo I'm not sure how best to implement an interface to it, but if someone does and wants to...

``` I definitely don't recommend rewriting Window. The chances of breaking other people's code is too high. So more like the latter option, but I would suggest a class or...