David Eyk

Results 11 comments of David Eyk

Looking at it, the results of `file_read()` have the `\r\n` in them (and with emacs I can confirm that the target file uses unix newlines), so this is before `text_detect_eol`....

Until someone bothers to fix this, I happen to have a cached package squirreled away. http://static.crossway.org/_tmp/python-yadis-1.1.0.tar.gz

I've derived a more structured edition of the original Plotto: https://github.com/eykd/plottoxml, which should make this fascinating little plot machine easier to work with programmatically. Feedback and suggestions are welcome, just...

FWIW same behavior under Terminal.app: works in the base shell, but not inside of a tmux session.

From a normal shell: ``` $ which ntfy /usr/local/bin/ntfy $ echo $PATH /usr/local/Cellar/pyenv-virtualenv/20160112/shims:/usr/local/Cellar/pyenv/20160726/libexec:/usr/local/var/pyenv/shims:/usr/local/p/versions/python:/usr/local/share/npm/bin:/usr/local/texlive/2011/bin/x86_64-darwin:/Users/deyk/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Users/deyk/.rvm/bin:/Users/deyk/code/js/devkit/bin:/Users/deyk/code/go/bin:/usr/local/opt/go/libexec/bin ``` Inside tmux: ``` $ which ntfy /usr/local/bin/ntfy $ echo $PATH /usr/local/Cellar/pyenv-virtualenv/20160112/shims:/usr/local/Cellar/pyenv/20160726/libexec:/usr/local/var/pyenv/shims:/usr/local/p/versions/python:/usr/local/share/npm/bin:/usr/local/texlive/2011/bin/x86_64-darwin:/Users/deyk/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/Cellar/pyenv-virtualenv/20160112/shims:/usr/local/Cellar/pyenv/20160726/libexec:/usr/local/var/pyenv/shims:/usr/local/p/versions/python:/usr/local/share/npm/bin:/usr/local/texlive/2011/bin/x86_64-darwin:/Users/deyk/bin:/usr/local/sbin:/Users/deyk/.rvm/bin:/Users/deyk/code/js/devkit/bin:/Users/deyk/code/go/bin:/usr/local/opt/go/libexec/bin:/Users/deyk/.rvm/bin:/Users/deyk/code/js/devkit/bin:/Users/deyk/code/go/bin:/usr/local/opt/go/libexec/bin ```

In case it's not clear, I _am_ using pyenv, but I have ntfy installed with a non-pyenv-managed Python 3.5, actually a framework install via Homebrew. I made sure that this...

Oh man, this is a good catch. I don't know how I missed the difference between `tr` and `ch`. I would propose that `transform` be replaced with either `change` or...

Yes, there's something wrong with `parallel`. Good find! I'm looking into it.

Hey guys, sorry for the radio silence. I took a couple weeks off around Christmas and the New Year, and now I'm catching up on everything. In investigating this issue...

@linas That's pretty cool. I'm impressed that anyone still cares about this otherwise unloved library. Would you be interested in taking over the project? I simply don't have time for...