Ehtesh Choudhury
Ehtesh Choudhury
Figured it's worth mentioning an alternative flavor of PDCurses, [win32a](http://www.projectpluto.com/win32a.htm).
+1. This is straightforward to implement.
Have you looked at saghul/pythonz? He's added support for Stackless, PyPy, and Jython. His project is at https://github.com/saghul/pythonz
Seems like this could be done by modifying https://github.com/ogham/exa/blob/master/src/fs/filter.rs#L94 to use [sort_by_key](https://stackoverflow.com/a/70194856/198348) with a tuple of the sort fields.
I was thinking about this. I think it would be useful if the configuration info between Withings, Garmin, and even TrainerRoad were located in the same file. I.e. combining `withings_user.json`...
It could be a problem with using python3.x instead of python2.x. `node-gyp` relies on python to run/compile certain files. If you look at the pages for [node-gyp](https://github.com/TooTallNate/node-gyp#installation), it says python...
Is there an example set of lines for Syslog? We should definitely do a series of requests, related to https://github.com/coolacid/GettingStartedWithELK/issues/11#issuecomment-49081466
+1. I'm thinking of collecting example logs from 1. IRC 2. logstash-users mailing list: https://groups.google.com/forum/#!forum/logstash-users 3. logstash-cookbook repo: https://github.com/logstash/cookbook 4. https://github.com/jamtur01/logstashbook-code and creating a git repo with all the ones...
Not sure I follow, do you have some before-and-after examples to show what you are describing?
By the way, you don't even have to copy the files into `/tmp` unless you specifically want to use the `File` input. You can just use `exec { command =>...