Matthieu Dartiailh

Results 190 comments of Matthieu Dartiailh

I am surprised because for the offset to be so far in the file it would mean marshal is not deterministic. The code generating the cache is rather straightforward (see...

I guess that as long as pyc are not reproducible enamlc won't be since they are extremely close. I will keep this open in the meantime.

Is this still an issue ? You removed the repo demonstrating the issue so I cannot easily investigate.

I think the root issue comes from `_get_screen` on line 829 which somehow does not get the parent screen. However I do not have access to a multi screen setup...

Error within declarative widgets are indeed an area where we can improve much. In this specific case, having some try except in initialization may be the best solution since the...

@gabrielcnr Could you confirm this is still an issue on OSX ?

Could you clarify what you mean by recycle approach ? Also could you post the traceback of the crash and a minimal reproduction example.

No it is not the case in enaml. First, because it does not make sense in an Include that can receive arbitrary widgets. It could be interesting in a Looper...

I might be able to do it in the current of the week (using default cursors only) if you are interested. I guess the proper way to do it is...