Tim Perkins

Results 5 comments of Tim Perkins

Can you give some specific examples of what you mean? It's not like the current API is using raw pointers and using `int` for error codes. It already seems pretty...

I've noticed that changing the hash type does negatively affect loops. When iterating over, e.g., `Game.rooms`, we know that all of the elements will not be `undefined`. But this is...

Me too! Xubuntu 16.04 x86_64, `virtualenv`, Python 3.5.2, Bottle 0.12.9 from `pip`.

I was able to get it working by faking some environment variables. https://github.com/tprk77/ttfrm/blob/master/.circleci/config.yml ``` - run: name: Generate and upload coverage command: | echo -e "service_name: circle-ci\n" > .coveralls.yml \...

That's too bad, but it seems there is good justification for not supporting Windows container. However, I don't see why this isn't mentioned in the documentation of `jobs..container`. It would...