Christophe Labouisse

Results 8 comments of Christophe Labouisse

Hi, Thanks for the PR. I made a couple of comments, no big deal except on the regexp part.

Ok I just reviewed all PR and it seems that the 3 PR are actually already merged. If you don't want to resplit the changes, keep only one PR. Good...

Sorry @oskapt just been busy and then forget to get back to it. Let me have a look

Just a question: you change the shebang to use python instead of python3 which means it could be python2 in this cas, the print( will work but adding a `from...

Sure I'll see what's not working on python 2.7

Hi sorry for the delay I'm opening wiki and I'll import what you've done on yours

Ok it's done if you have some time tell me if you can make a PR or write in the Wiki

In my case, want to create a series of mappers between DTOs and hibernate entities. In a nutshell when I mapped DTO to entities I should either: get and update...