Gianluca Borello

Results 26 comments of Gianluca Borello

Thanks for this. I am a little bit hesitant to merge it as is because of the significant amount of code duplication, it might create a maintainability nightmare moving forward,...

Sorry, I've been super busy and had no time to review this. I will be able to take a look and test it after things calm down a little from...

Thanks a lot for your feedback. I added a --region option that adds the region (and AZ) at the end of the host name. About cloudformation, if I correctly understand,...

Sounds like a great idea, give me a bit and I'll implement a --filter switch

netstat typically reads network information from the `/proc` file system. For example, TCP network connections for the current network namespace are under `/proc/net/tcp`. If you intercept the I/O activity towards...

Would you be able to try fixing travis? I can help but it's going to take a few days before I have time to test this.

Thanks for all this, I'll take a look asap and hopefully merge. There are a few conflicts btw, since I merged the syntax error for Python 3. If you don't...

Hi Are you still having issues? If yes, and you post the exact steps for me to reproduce (with a Docker container ideally) I might be able to take a...

Admittedly I never tried using a 32 bit binary, this project was more of a proof of concept I needed to publish a blog post a long time ago. I...

Thanks for reviewing. In my opinion, and testing, everything works fine (but I also have an extremely limited experience with MySQL). I would understand your point if `auto_increment_increment` was set...