Jathan McCollum

Results 191 comments of Jathan McCollum

Hello! There are no current plans because of some upstream dependent libraries that are not yet ready for Python 3. See here: https://caniusepython3.com/project/trigger Twisted is the asynchronous event loop around...

It's a work in progress but still not complete! http://twistedmatrix.com/documents/current/core/howto/python3.html We should look into how far along they are and what features we are using that have already been ported....

@sivabudh We should start with Twisted support. We should look at how Trigger is using Twisted, and to what degree that functionality has been ported to Python 3 within Twisted....

So... As of today this thing is reporting that Twisted is now Python 3-compatible. So Let's get crackin! https://caniusepython3.com/project/trigger

I mean yeah we could do that. Unfortunately this isn't a high priority right now, BUT Iif anyone is interested in volunteering to lead the effort I would be more...

@sivabudh Just check out the `.travis.yml` file. Effectively it's: ``` pip install -r requirements-dev.txt pip install . export TRIGGER_SETTINGS=tests/data/settings.py py.test -vv tests/ ``` Unfortunately the tests don't exercise any of...

Thanks for the report! I'll have to take a good look at some of these. Here's my initial thoughts on some of them. Issue 1: I agree that this display...

I've forked the `trigger.acl` tree into https://github.com/jathanism/acl. All ACL-related tickets are being duplicated in that project, and closed here. This will be the primary tracking ticket. for this.

This would be something like: ``` creds = tc.creds.get(device.nodeName) or tc.creds[settings.DEFAULT_REALM] ``` But we'll still need a way to explicitly store or a device's credentials using `gong` or some other...

We need to define the minimum set of fields. I think currently it's really only: - manufacturer (aka vendor) - It should really just be `vendor` - deviceType - It...