Jimmy Zelinskie

Results 167 comments of Jimmy Zelinskie

Genuine question here -- I've previously been avoiding passing around `thing_id`s as pure strings, but rather forcing users to query the API and then have an some kind of API...

You should be able to still apply whatever timeouts you'd like to the `http.DefaultClient` as it's just a global variable. However, I can see how this isn't ideal. I think...

Not yet, but thanks for the heads up. Also, any PRs are welcome if someone wants to work on this.

I'll work on OAuth soon, but as for a name: "geddit"?

all renamed now, tell me if you see something missing

Hey there! It looks like some things have changed upstream: the test file no longer exists and the nil pointer deference bug was fixed. If you want to rebase this...

Nope, I tried [here](http://play.golang.org/p/BW11HoLHDT). The problem is that the empty "replies" should be an `[]` not a `""`. It's basically a mismatch between a loosely-typed language (JavaScript) and a strongly...

Yep. That'd definitely work.

I don't think I was aware of that URL when I first wrote this. After a quick look, it looks like that simply redirects to the full URL. Why add...

Awesome! I've been pretty busy at work and when I have free time I've been working on other projects. It'd be great if you could make some progress.