Eli Courtwright
Eli Courtwright
**Description** I expect that when I perform a pillar data lookup, then it will use the default or specified ``saltenv``, but I find it selects some random environment instead. For...
When I try to run self.assertEqual(x, y) in one of my tests, it fails with the error AttributeError: 'SubTest' object has no attribute '_type_equality_funcs' This is because we never call...
All unit tests now pass on both Python 2 and Python 3. However, since I no longer work at Applied Security and don't use collectd at my current job, I...
The implementation made several months ago at https://github.com/Lawouach/WebSocket-for-Python/commit/9ffee997a128ea9d7b09fb1dcf4aa280d25ebdc9 works properly when turning on wss:// URLs but fails when trying to turn on server cert validation. This fixes the issues with...
As a security user, doing weapons/prop safety checks and tags, I/we should be able to add the information (tag #, prop type/name) to the database as associated to the badge...
CherryPy's AutoReloader plugin has 2 bugs which we should try to fix before we deploy. This isn't strictly a blocker for release; it's mostly just annoying. The first bug is...
Currently the only way to add a volunteer to a specific department is to open up that volunteer's form and check the department's checkbox. That's fine for our usual workflow,...
We have a checkbox on our registration forms which indicate whether the attendee opts into being on our mailing list. (Uber sends plenty of emails on its own, but there's...