Dash
Dash
And with that fix, how many loop iterations do you need to get the good values?
To everyone involved, is this PR good to merge?
Can you please squash the changes?
Can you please post the output of the following commands? ``` python3 -m screeninfo xrandr ``` and ``` python3 -m screeninfo xinerama ``` I'm using Mint with MATE and it's...
That's very weird. I expected one of them to fail. What about two more commands? ``` python3 -m screeninfo ``` and ``` python3 -c 'from screeninfo import get_monitors; print(list(get_monitors()))' ```
I would raise an issue there and link to this one here, as it indeed looks like a problem with how this script is executed by the OBS plugin, and...
This sounds like an installation / packaging problem of your distro, not this library https://github.com/JonathanSalwan/Triton/issues/276
Cython is listed in Mac dependencies: ``` 'Cython ; sys_platform=="darwin"', 'pyobjus ; sys_platform=="darwin"', ``` So I'm not sure how you got that error.
Edit: OK I understand – it needs Cython, even at the time of installing, which makes it impossible to require it. Python does not have multi-stage dependency resolution. This is...
@Henni @bsiegel @Evidlo can any one of you confirm if, after merging #42, Cython is still a valid requirement, or if it can be removed? I removed it on the...