Christian Bongiorno

Results 130 comments of Christian Bongiorno

@harawata 1. Documentation: If you can point me to the docs that need updating I will gladly do it 2. This I don't understand at all. It's an entirely new...

I am not working with a Java-based migration project. If I have to implement a `FileMigrationLoader` then I need to take my non-java project and java-ify it. See above for...

[php](https://github.com/belgattitude/soluble-japha) [ruby](https://github.com/jruby/jruby) [lua](https://sourceforge.net/projects/luaj/)

@h3adache - in a C++ project: Do you have a custom `FileMigrationLoader` implemented in C++? It's not that it can't be used in those projects, it just can't be used...

@h3adache Maybe @hibaymj was a bit harsh. I think the point is: `FileMigrationLoader` and `MigrationLoader` are interfaces. Which means they are designed to be independent and thus low-maintenance

@hibaymj turned me on to your project a couple of months ago and I asked him what he thought of this idea. His words are his own and I didn't...

@hazendaz - Hey Jeremy, That's a fantastic question and my issue really is directed toward the operational aspect of managing minor changes. The distinction is this: - The `jdk` is...

I have production ready code. If a PR is going to be reviewed and potentially accepted I will create one - in addition I will supply a sample project that...

Spaces are more portable than tabs -- 4 spaces I think is the default IJ arrangement.

One thing I don't want to get into is a lowest-common-denominator development environment where we use 80-character lines because someone has decided he likes to develop on old mainframes. I...