Samuel Kogler
Samuel Kogler
I am not very familiar with the codebase, so I would welcome some feedback, especially on: 1. Where the right place to register the hook would be (it works but...
Yeah, no problem, I just ran into this today at work and wanted to get some fix attempt out since I think this might affect quite some people. We do...
@rouault Thanks for investigating. Closing all datasets is definitely not what I would like to do on fork, so this option is not really viable, unfortunately. I know there is...
Alright, then I think the best option we can reasonably support is just raising an error on fork. That is better than crashing or deadlocking at least. I'll prepare the...
Sorry for the delay. I tried to raise an error on fork. However, CPython currently ignores any exceptions raised in these handlers (I checked their source code). For now, I...
Is someone already working on this? I have some motivation to get started with this over the weekend ;-)
Same issue here, the problem is some popups have their window position set to 0x0. An example is the 'New Package' dialog in Android Studio (tested multiple versions, including latest...
What is strange is that the 'New File' dialog is not affected, which makes very little sense.
Hey @Groctel thats a name clash issue since you are running pytest from a dir where there is already a subdir called `mapbox_earcut`. If you cd to the tests directory...