Tim Pope

Results 754 comments of Tim Pope

As of the most recent commit, classpath.vim now remembers if it fails to retrieve the path and doesn't try again till `project.clj` changes. The way I see it, combining that...

I'd accept a patch that passes `-o` to lein and maven if `g:classpath_offline` is set. I'd be more enthusiastic about a solution that defaults to `-o` but copes with the...

I played with automatically loading plugins and had issues. I don't remember what they were. (I thought it was in the Git history but I don't see it.) I think...

Since none of the other magic loading is documented, a sentence or two in the README to steer users in the right direction is probably all that is needed.

Definitely some sort of load order issue. `chunked-seq?` can't find `chunk-first`. Someone else reported the exact same error that went away after clearing their cache. I don't have time to...

I don't understand why that is missing all the timl autoload files, even the ones in the error message.

Cool though this may be, I can't imagine contorting endwise into figuring out multiple endings (')' and '}') in a single line. It would probably require an entirely new algorithm,...

There's not a good way. If endwise finds an existing `` map, it'll include it, so in theory it's possible to chain.

The URL is passed more or less directly to `psql`. Make sure you can run `psql postgresql://bigsexy:someUselessPassword123@localhost:5435/ulld_test`.