Austin Bingham
                                            Austin Bingham
                                        
                                    I can't make any promises, but if I find some free time (ha!) I might take a swing at a basic version of something like this. In the hands of...
In my spare time I've been tinkering with [decktape.io](https://github.com/abingham/decktape.io), another hosted version of decktape. It's close to basic functionality, though not quite there yet...it should just be a matter of...
BTW, gitpitch looks very cool!
I've put up a rough hosted version of decktape [here](http://23.251.132.12/decktape/). It _seems_ to work for the small workloads I've thrown at it, but it certainly won't scale well right now....
Great! Feel free to point the domain to that address any time you want. It's a google cloud machine, and the IP will likely change at some point, but for...
An improved version of decktape.io is now up and running at http://104.199.0.251/. I'll look into getting a static IP address at some point, but I think this will stay stable...
Cool, I'll try to get to that this evening.
The address of the latest decktape.io is 35.187.10.149 if you'd like to point DNS at it. This should be static now (if I understand what the google cloud is doing).
+1 for disabling the dropdown. The current disabling behavior is slightly disorienting.
I'm writing a [HTTP server that exposes rope functionality](https://github.com/abingham/traad), and I'd like to let users add cross-projects to do multi-project refactorings. It offers undo/redo support for refactorings, and it seems...