Tom Offermann

Results 8 comments of Tom Offermann

Is the idea to have 2 separate scripts in the repository: one for python2 and one for python3?

I haven't worked with python3 at all, so this may be a dumb question... To write a single script that works with python2 and python3, is the usual technique to...

OK. Thanks for this. I like the idea of a single file much better, so let me look this over and do some testing before merging.

Yeah, handling group messages is more complicated than messages with single recipients, so I haven't gotten around to that. However, just because I don't export group messages, that doesn't mean...

@dmotles Thanks for your fixes! @wilg If you get a chance to try these fixes, I'm interested in hearing how they work out for you. Unfortunately, I won't get a...

I'm afraid I don't have one, but that's a good suggestion.

No, rebuilding the AMI is how I was thinking of handling updates. The instances aren't long-running, so I figure it's better to rebuild, rather than update. That way, you don't...

Previous commit (https://github.com/toffer/minecloud-ami/commit/90eeeab15cfcaae92dab1c57d903cc3a9cca863c) provides a temporary fix. Leaving issue open until an update to pip (https://github.com/pypa/pip) fixes the issue for real.