Tyler Kennedy
Tyler Kennedy
Paid plans are on the `.com` instead of `.org`. https://travis-ci.com/plans.
Github has support for Docker images as packages, which might be worth looking into now that Docker hub is starting to restrict free accounts.
This is to support numbers that _cannot_ be parsed as any native type. Many JSON writers, such as Python's native one, support numbers of any size.
@tristan957 I'm currently a bit too busy with work to get around to finishing this. There's not much left to do, and the missing facilities (like recursive equality to implement...
Significantly simpler, I like it :+1:
Additionally, we should make sure this works for round-tripping into a Panda's dataframe.
It is still on the list, but a templating system is hard to sandbox without neutering it. Jinja2 provides a sandbox, but is too easy to lock up (infinite for...
The hooks already use 404 (hook not found), 403 (when the key is bad), 401 (when the key is bad and using basic auth), and 200 (success). Not sure what...
Good call, I've looked at a few different sites and the way Github's API does it seems to be decent and non-nonsense (http://developer.github.com/v3/#client-errors) so I'm planning on mimicking it.
In v2, hooks may return a 400 if the payload couldn't be parsed, but otherwise returns a 200 on bad data, 404 on missing hooks, etc. It *also* returns a...