Rob Stenson

Results 10 comments of Rob Stenson

Interesting! That example you provided does work for me in the app itself, both in the in-app view, and in a pdf saved from the app itself. But when using...

Definitely helps quite a bit! Looks like the memory added per ImageObject used is reduced by ~5x w/ that added — definitely still some memory leaking each time the ImageObject...

Thanks for looking into this — I'm not too worried about an 87.5 build that works with python 3.12 as the 87.5 builds on previous versions of python work just...

@HinTak sorry for the delay here — I'm not quite sure I understand how to test these changes before they make it onto pypi (I tried pip installing from the...

Been looking into this further — I've gotten the full coldtype library working with 121.0b5 with some hacks (always drawing to an image rather than drawing curves directly to an...

@HinTak i haven't had any luck yet with figuring out metal on macos with the m125 version, but the new 87.6 version works great for me on python3.12, no shader...

Thanks for the idea @HinTak, unfortunately I just created a new user on my mac and installed the 124.0b7 release without ever running an 87 skia-python with that user and...

@HinTak on my computer you can actually get rid of the while loop entirely and "Shader compilation error" will still be printed to stderr directly and the program will exit,...

I think that's all correct — I just ran your `test_ShaderError` with python3.12 & skia-python==124.0b7 and I got this on stderr (the same error we've been seeing before): ``` Shader...

@HinTak thanks for looking into that! I'm seeing this on my setup: ``` b'Apple' b'Apple M3 Pro' b'2.1 Metal - 88' b'1.20' ``` And the four additional lines mentioned do...