Jordan Sissel

Results 273 comments of Jordan Sissel

I’ll look into doing this for the rest of my repos since I’ve wanted to for a while and this was a good nudge to look into the process. On...

Oh good find. I believe this is a bug! On Thu, Jul 9, 2020 at 8:43 PM catsbian wrote: > Seems like fex always chomps off the last byte, expecting...

Good question. I don’t think I implemented any special escape characters yet, so \t shouldn’t work, but I am open to making it work. In the meantime and as a...

That’s a tricky one to fix with code. The default delimiter is space, and fex reads “-1” as a number (negative one, aka the last token). You can achieve this...

I don't mind doing a release. Will try to get to that soon (on my phone right now) On Thursday, October 13, 2016, ossbsd [email protected] wrote: > 2.0.0 => 2.0.1...

For a hacky work around, I have found this to be useful: - pick a field splitter that doesn't exist in the input (effectively makes entire lines a 'field') -...

This is a bug of omission in the logstash configuration. You correctly identified that 'field exists?' and 'field is true' both are indistinguishable, and this is unfortunate. We should fix...

@timbunce I agree functions might be a cool way to solve this. I'm open to this.

For what it's worth, I don't need this solved anymore. Logstash specifically is being packaged in a different way now.

Yes! I think we can reuse an existing parameter that fpm has, `--prefix`. Other package types like RPM use this for controlling a similar feature. I looked at the code...