Olivia Appleton-Crocker

Results 84 comments of Olivia Appleton-Crocker

It would be very nice to have this. At the moment I have to do it in Google Maps and export the path. This is both inaccurate, and kind of...

Unfortunately NetGuard and co dont really have a mechanism for that. DNS66 has been looking at implementing a local DNS server for a year or so and never done it.

Yes. Please. I've been having to open it in termux for the time being, which is fairly inconvenient.

No, I had it fail to install on a couple machines. I found it really difficult to replicate the issue, though, which is why I closed #19

This may help: https://pypi.python.org/pypi/yieldfrom/1.0.0

The dev is aware of it, but doesn't want to make a change. Apparently the A+ spec says to do it this way, even though its both less obvious and...

It looks like there is an underlying but in `ADUser.__eq__()`. The following code failed on our end (trimming personal info, obviously): ```python >>> v = pyad.from_dn("CN=Example CN Test,OU=Managed,OU=Groups,DC=example,DC=org,DC=domain,DC=com") >>> u...

It looks like it's still using `__cmp__()`. That's no longer checked in python3 (iirc), so that would cause the bug.

Now, I'm entirely unsure what the problem is here, but it clearly doesn't like being run outside of MainThread

On the Python side of things it looks like it won't be too hard (fragmentation issues aside). It would just need a wrapper class of socket to deal with. Something...