emdee-is
emdee-is
Sorry - there's nothing on the file to say it's python2 only. I missed were it's marked as Python 2 only - where is that? There's also the use of...
@JFreegman and @Green-Sky I think we need the Tox equivalent of Python PEPs to get proposals for improvement identified, and prioritized. If https://wiki.tox.chat allowed logged in users to write then...
Can you make/add a Security label for these kind of issues, so we can keep track of vulnerabilities or rooms for improvement?
A CI test with a machine booted with ipv6.disable=1 would be helpful. Does anyone have a Vagrantfile to build and run the testsuite?
The reason I put it here is that toxcrawler is so simple it's an easy testcase for the problem - you should be able to run it down easiest here....
See https://forums.gentoo.org/viewtopic-p-8683928.html for q quickfix without building with wayland. In short: shim.c: ``` #include void gdk_wayland_display_get_wl_compositor() { abort(); } void gdk_wayland_device_get_wl_pointer() { abort(); } void gdk_wayland_window_get_wl_surface() { abort(); } void...
There needs to be documentation in the README of how much of the API is covered, and what's been left out. No point trying to use this if there is...
Still no documentation - the README **should** say that this is only a partial implementation and is not useable for anything serious; otherwise people will just waste their time. Personally...
@iphydf I wasn't referring to the old code which was very fragile. At the time of that code there was also a ctypes wrapper, which has been updated and has...
Just a matter of personal opinion of course, but this repo is the focal point for Python for Tox. I tried the old C bindings back then and I think...