Jacob Eggleston

Results 21 comments of Jacob Eggleston

I don't actually use Desktopmagic (I followed a link here from [this issue](https://github.com/python-pillow/Pillow/issues/1547) in Pillow) but we had a [similar issue](https://github.com/dictation-toolbox/Caster/issues/172) with screen captures on monitors with nonstandard DPI settings...

Yeah, I forgot to add that caveat. TBH, I don't know exactly what effects it might have since Caster is the only place I've used it, and it didn't have...

I think the 80/20 rule is relevant here. If we can make it display most of the information that most users want to see most of the time, it would...

Another idea I've been tossing around in my head recently that may or may not help address the number of items in multi-copy and sticky list is the idea of...

Does anyone know if one or the other might be better suited for something like this? Like I said, I have zero experience with any of the GUI frameworks in...

I'm very much in favor of this and have been thinking of how to propose something similar for some time. My proposal would go further to suggest that we reach...

@synkarius Coding for this is, I think, basically done. Still need to test it on Win Vista through 10, but I'm not anticipating any issues since the APIs it uses...

OK, that didn't work. Python doesn't seem to like file modules and directory modules with the same name. Time to read up on python modules and import behavior.

After some more thinking, other alternatives would be: ``` /lib/win32/windows.py /lib/win32/types/windows.py ``` Or: ``` /lib/win32/windows.py /lib/win32/windows_types.py ``` Or for now we could just stick with: ``` /lib/win32/windows.py /lib/win32/types.py ``` And...

Disappointing news (I was afraid of this): The grid window doesn't appear over the taskbar or start menu on Windows 10. The good news is that the current grids don't...