Andrew Montalenti

Results 46 comments of Andrew Montalenti

@jacobb VERY good find! That was it. Here's why I was affected. I run one of those setups where my `$HOME` is a git repo with a `$HOME/.gitignore` containing just...

I was also able to confirm exactly your theory with this `strace` command: ``` strace -f -e 'trace=open,openat' rye sync 2>&1 | grep '.gitignore' ``` When there is `.gitignore` present...

The reason I'm requesting this is because I'd like to use lemur from an existing Clojure project (that happens to be using Apache Storm). Personally, my initial use case is...

I was interested in this before, but I don't think I'm that interested in it any longer. I have since found alternatives for doing batch runs in EMR. But I...

Yes, I'm planning on turning this into a dedicated open source project. I'm thinking of calling it web-repl. Will let you know when I do so.