Vincent Paeder

Results 7 comments of Vincent Paeder

Ok yes, this makes sense. I was trying to fiddle with the SSL_WANT_WRITE flag but didn't quite figure out how to integrate it cleanly at that point. Thanks for the...

The problem is in the function: pyvtk.common.is_int It checks for integers but not of the type scipy.spatial.Delaunay.simplices contains. In my case, it is numpy.int32, which is not a numpy.int_. Changing...

Hi! I guess clang is less restrictive there as I doesn't complain. The Switch class is a specialization of the Widget class. Try to add ´template´ in front of the...

Well, you're just subclassing a template class, which is fine but this shouldn't be necessary. For the dynamic cast thing, I can't say if I don't know what the linking...

The get_width function calls `lv_area_get_width`. Why this returns 0 is not clear to me. The object exists and is valid, otherwise it'd crash. Have you tried setting a constant width?...

Hi! I haven't used LVGL for anything lately so I haven't followed how much the API has changed from v8. For the 1st point the changelog for v9 [changelog](https://github.com/lvgl/lvgl/blob/release/v9.0/docs/CHANGELOG.rst#important) list...