Matthias Vallentin

Results 48 issues of Matthias Vallentin

I'm using a powerline theme in combination with [tmux-mem-cpu-load](https://github.com/thewtex/tmux-mem-cpu-load) on the right side of my tmux status, but I'm observing an incorrect background color (not `bg=default`) for the divider: ![glitch](https://cloud.githubusercontent.com/assets/53797/25403821/83c94724-29b2-11e7-843d-156ab7b61914.png)...

This PR enhances lookup tables when their key type is a `subnet` value. In this case, it is now possible to probe the lookup table with a value of type...

engine
improvement

This PR is still work in progress. The idea is to parse the sysmon XML file and convert it to JSON, which can then be used to create Zeek and...

cla:missing

### Support Questions My use case is as follows. I have a valid instance of a `stix2.Sighting` object that I'd like to ultimately pass to a PyMISP instance via `misp.add_sighting(...)`....

Document how `operator[]` works with strings.

The new `switch` statement needs to find its way into the cheatsheet.

The new `hook` needs to be documented for v2.2.

We use story relationships (`blocks` and `is blocked by`) to express dependencies. It would be tremendously useful to **visualize these relationships in a DAG**, as this would show the *critical...

This PR makes the HTTP integration tests independent of the value of the `Accept-Encoding` header.

maintenance
ci

[Go](http://golang.org/) qualifies as another benchmark candidate: Goroutines are the equivalent of actors. They become non-blocking when used with buffered channels (though only until the buffer is full). Pattern matching occurs...

idea