Geoff Taylor

Results 10 comments of Geoff Taylor

Hi folks, I'd really like this to be working and available, so I took a deeper look at it all. The good news: I have it working. The bad news:...

@9cat I'm not sure. When I run it now it seems to go from the Cloudflare page to a Cloudflare CAPTCHA page, which the go-cloudflare package doesn't expect and so...

@9cat Yes, it started happening to me yesterday afternoon/evening. At that point I gave up and started integrating Binance's API into my code. Sorry. Geoff

I think you're missing the issue. I don't want to update automatically. I want - as the title says - to disable the check for updates. I already have a...

Thanks. Also, I wondered about %d too - it would be nice (for me) if it truncated to an integer, since it (and %x, %o etc.) are integer verbs. Maybe...

Yeah, I take your point but I figured I'd mention it. I guess I just assumed fmt integer verbs would truncate to integers here, but I'm not sure why. I...

I see this too. I like this API's approach, and it would be great if it could be compatible with Node 6.10 - that's the highest available Node version for...

Yeah, I'd be happy to update my node version if I could but I'm using AWS Lambda and it only goes as high as Node 6.10. I'm not against using...

Hi, The update seems to change the URL for the API, but nothing else. That's possibly fine for some of the functionality, but I suspect areas where the changes have...

Hi, Just so you know, I've started work on getting search working under API v1.1. It's in this branch on my clone: https://github.com/OpinionatedGeek/cl-twitter/tree/TwitterAPIv1.1Search It's not pretty, and I'm not sure...