Eric Pruitt

Results 31 comments of Eric Pruitt

I've just pushed a completely functional Cronex with seconds support to the "rewrite" branch. Would you mind trying it out? Notable interface differences: - "check_trigger" no longer accepts a UTC...

@BinarSkugga, I don't personally use Cronex, and without some users willing to actually test the rewritten library, I don't have a lot of motivation to finish it although the code...

This isn't configurable. You'll have to modify the source code if you want to index from 1 on the day of the week.

I plan to finish the rewrite of Cronex in the next few days, and I'm considering adding general support for clock skews. Would you be willing to show me the...

Email would be fine with me, but if you would prefer real-time communication, I am reachable over Google Hangouts or we could use IRC. However, I'm going to circle back...

If you always use the same mount point paths, you could manually create and hard-code a dictionary in place of calling `sshfsmountmap`. Unfortunately, I no longer have access to a...

I'm a minimalist when it comes to Vim plugins and have never attempted to compile Vim with Python or Lua support as I have no use for it. That being...

I see. I have an idea for an approach, but I'm not sure if it'll work. First, run `make clean` then delete the rule that disables `dlopen(3)` in the Makefile;...

@nicowilliams , would you be willing to merge an updated version of this patch or even https://github.com/stedolan/jq/pull/1977?