Codey Oxley

Results 43 issues of Codey Oxley

Would be convenient to have "linked attributes" so that one is only required if another is provided. Useful example (using Trigger): If `OOBTerminalServerFQDN`, then must also specify `OOBTerminalServerPort`

enhancement

Somewhat similar mindset as #84, having attribute defaults is pretty important for required attributes. May have a handful and attributes that are required, but may have a sane default that...

enhancement

@jathanism and I talked in #nsot and dropbox/pynsot#55 about this. This is really important to have for me and brings Trigger + source of truth integration so much closer (better,...

Is there a way to use max_threads=1 without the verbose output?

This relates to #671 ## Install Method and Version ``` pip install --user pycodestyle pycodestyle --version 2.4.0 ``` ## Context E721 is the error for comparing the `type(x)` of something...

Hi! I want, on click of a node, change the CSS properties of links that source == node.id. I see `onClickNode` but the arguments passed to that callback didn't seem...

enhancement

If `kmeans` is installed from pypi, it's broken because `themer` passes `(r, g, b, a)` to it where it only expects `(r, g, b)`. See the below exception ``` $...

bug
kmeans parser

Hi all, I have a use-case that may not be super common but would be very helpful for me. I have some applications that I would like to use different...

Feature

### Description NetDevices needs a pretty good overhaul as far as tags/attributes are concerned. We have talked about this a handful of times, but I want to get it on...

enhancement
1 - Ready

We've talked about this in IRC, but to sum up our discussions: - @jathanism uses a custom loader, but is very slow because it dumps all resources every time -...

new feature
1 - Ready