Results 15 comments of Matt Hauck

I came up with something simple for my own purposes: https://gist.github.com/matthauck/6338633. I don't have time to integrate this into all else that the gradle-tomcat-plugin is doing. Hope this helps someone...

From their readme: > Right now, the bindings cover read only access to raw objects (trees/commits/blobs/tags/references), and basic access to remotes (including basic cloning/fetching support).

Would love to see support for this.

Hi! We're looking into using buildfarm and this is an important feature to us. Is it just missing documentation at this point?

Thanks for the documentation here @bergie. I was able to get it up and running with this -- the one thing I haven't gotten working yet is actually dragging the...

It appears that in both places, the problem is happening in `doHandshake()` -- it is expecting there to be more data from the client / server (`readAndUnwrap()`) but there is...

Okay, got jdb up and working. It is exiting here from lines 464-466 in readAndUnwrap(): if(status == SSLEngineResult.Status.CLOSED) { doShutdown(); return -1; } `hsStatus = "NEED_WRAP"` `peerNetData.hasRemaining() = false` `peerAppData.hasRemaining()...

Is it possible to get this merged in? It would be really nice to have Sequel support in machinist...

Seeing as ActiveRecord is supported as an adapter already, and not really part of the "core", is it not reasonable to have Sequel also supported in the main gem?

Can we get this merged in? It fixes things for me as well.