Mustafa Al Ibrahim

Results 36 comments of Mustafa Al Ibrahim

So here is an update on this issue. I have been experimenting with a number of methods to overcome it. Here are the details: # Using ZipImport The idea here...

@freakboy3742 # Media vs MediaTemplate There are two separate issues here that `Media` won't be able to handle: 1. Installer larger than 2GB. 2. Installer with more than ~65,000 files....

@freakboy3742 It is actually fixing both problems as now you can package things that are bigger than 2GB and more than 65k files. It is however unmasking the next problem...

I'll add to this that the fallback file should be transferable by the user to a clearly defined folder. For example, the user can set it to a custom directory...

@tlambert03 1. I guess "Default" is confusing. Yes, I mean the standard Qt Combobox implementation with checkbox items added inside it instead of qlabel or string. Basically, adding a bunch...

I am using the latest version of PyQt==5.15.4. Looks like the napari issue is the same. Edit: upon reading through the napari issue, I just wanted to note that I...

I am using pip virtual environment (venv) not conda. The virtual environment: Package Version ----------------------------- ----------- aicsimageio 4.2.0 aicspylibczi 3.0.3 aiohttp 3.7.4.post0 alabaster 0.7.12 appdirs 1.4.4 arrow 1.1.1 asciitree 0.3.3...

@tlambert03 I think this is ready for your initial review. The example included is a good start. - For `checkedIndices` and `uncheckedIndices`, I was using model `match` but it wasn't...

@tlambert03 Thanks for checking and no problem on waiting. This is a low priority thing anyway. # Use of Check Combobox Check Combobox is pretty standard in control libraries nowadays....

@tlambert03 I think the behavior is now much better. Double click does not close the pop-up/run the item. I still have the issue of passing the test with macos. I...