Jason Keene

Results 12 issues of Jason Keene

It seems a lot easier for the user to specify the PID for USDT probes vs the path to the binary. This is especially relevant with containers where often it...

enhancement
help wanted
usdt

There is no reason this needs to be done serially. You could add something like this: `git submodule status | awk '{print $2}' | xargs -P5 -n1 git submodule update...

efficiency

I ran my test suite for my plugin on macOS. The one thing that it had a problem with was type asserting the timestamp. I used this code from the...

The readme says: > Read Kubernetes/Docker log files ... through Systemd Journal None of the config maps have systemd inputs configured, only tail. Perhaps there should be an example of...

enhancement

A lot of calls are just [GenericCalls](https://github.com/jasonkeene/python-ubersmith/blob/master/ubersmith/calls/__init__.py#L99-L101) that lack response cleaning. This will take some work but as soon as it is done I will mark the library as 1.0...

enhancement

It would be nice if: ``` assert isinstance(dict_response, dict) assert isinstance(int_response, int) ```

enhancement

Via @theY4Kman: > It's possible to create new modules dynamically. See [this StackOverflow answer](http://stackoverflow.com/questions/3799545/dynamically-importing-python-module/3799609#3799609), and be sure to add the new module to sys.modules.

enhancement

The [cert that is baked into wiretap][cert] has expired. ``` Validity Not Before: Aug 14 21:07:58 2015 GMT Not After : Sep 13 21:07:58 2015 GMT Subject: C=DE, ST=Some-State, O=h2c,...

This is probably farther down in the priority list but having first class support for dlv would be an awesome feature. Other editors/IDEs just don't do it right so I...