Matthew Zimmerman

Results 16 comments of Matthew Zimmerman

Sorry for the delay; I'm just seeing this now. Since the production data store does not support this, don't particularly think the development data store should either. If your tests...

See also https://github.com/mjibson/goon/issues/41

In my limited experience, I've never seen a query fail after the .Get() -- maybe it is a race condition in that the entity is written, but the index isn't...

Along the same lines, I saw this ticket get updated with a related issue. I think they could be solved in the same way. https://code.google.com/p/googleappengine/issues/detail?id=10250 In theory, if that all...

Heard you on the changelog, +1 for me on elasticsearch!

I found an [excellent SNI sniffing library](github.com/inconshreveable/go-vhost) that I've used in [github.com/mzimmerman/whitelistproxy](https://github.com/mzimmerman/whitelistproxy/blob/master/transparent.go#L441) -- I'm not sure how well it would fit into a generic goproxy implementation. I even hacked support...