John-Mark Gurney

Results 10 comments of John-Mark Gurney

the parameters will be: [parameters: {'name': 'Agent', 'uuid': datetime.datetime(2016, 10, 1, 0, 0)}]

grep -P is not part of bash, and all of the submitted solutions depend upon utilities that are not part of *bash*.

The biggest issue I see with this is that GCP does not present all of the images as part of list_images (current count is 80 images, and this clearly doesn't...

yeah, now that I'm reading that: > The literal '*' indicates that if any of the items contained within a list matches against the Comparison Expression, the Comparison Expression evaluates...

We do not have a !LIKE operator, but it can be done with MATCHES.

Here is a truth table. I took a while to decide that [*] != 22 for the empty list should be false, as there needs to be an item to...

@chisholm that definition matches Python's any function: https://docs.python.org/2/library/functions.html#any The case of AND'ing is the all function: https://docs.python.org/2/library/functions.html#all Interestingly, with this, I think you can test for an empty list via:...

Interestingly, I stated the same thing in that thread (that it applies to the results of the expression and NOT the operator.

We can handle it here, or maybe move the issue to the other repo. The main ones I can think of are the requirement for specific types. This won't help...

If the object is serialized to json, and then deserialized, such that the STIX2 object wrapper is removed, it works as expected. that is, adding this code: ``` od =...