Mike Pontillo
Mike Pontillo
Hm, this one needs some work. Tests are failing on Python 2. (It might be that I wrote a legitimately failing test case, but I think I also missed a...
I resolved the conflicts using GitHub's editor, but I didn't get a chance to test the branch again.
Thanks for the reply. My apologies; I think my intentions with this weren't entirely clear. When I started working on this pull request, my goal was to write a unit...
No worries @jstasiak; please feel free to use whatever you'd like from this PR. I'm happy to discuss further, if needed - though unfortunately I don't work with code that...
From the `imjournal` documentation, I do not see a way to limit `imjournal`'s input to a single namespace. For what it's worth, I think this sounds like a useful enhancement....
For what it's worth (even though this is not ideal, because it implies a lot of unnecessary log processing) I was able to work around this as follows in order...
Can the `Logger` type be made public so that callers can use it, or am I missing a better way to do this? If I could simply pass in a...
It occurs to me that I'm not sure if auto-incrementing primary keys start at zero or one. If they start at zero, this would need to be implemented by allowing...
I think if there are any non-ASCII characters in the output, they should be escaped, similar to what you would see in a JSON string. For example, I see this...
I don't think binary values should ever be printed directly; this goes against the spirit of `--parsable` since arbitrary binary strings could contain newlines, and could even be used to...