Jonathan

Results 7 comments of Jonathan

The closest I've been able to figure out is to use the unsigned pack format and bitmask the relevant number of bits. However, in addition to the added overhead of...

Yes that is exactly what I meant! Do you have any thoughts on how you'd want that implemented? I would be happy to submit a PR. This is an awesome...

This pullreq addresses this poorly-phrased issue I posted a week or two ago: https://github.com/samoconnor/AWSLambda.jl/issues/21 The issue was actually with multiline environment variable strings.

Would love this feature too! I am happy to contribute to peek if anyone can give me a thread to pull on as to where to go to implement this.

So it seems like implementing this feature is totally possible. Took a look at the source and it looks like the post processing code [here](https://github.com/phw/peek/blob/6f15b9dbe559ce6f82770717c5b3138d8df943ca/src/post-processing/post-processor.vala#L13) already expects multiple input files....