Raphaël Valyi

Results 862 comments of Raphaël Valyi

would be great if you could attach 2 prints: before and after...

@AaronHForgeFlow out of curiosity: do you guys use the anglo-saxon mode in Spain?

that being said, a rebase will probably be required as the pre-commit cleanup will probably conflict with https://github.com/akretion/pywebdriver/pull/109 (not sure why the merge is still running BTW).

so yes, rebase with conflict resolution required

I did that putting this Gem in the Gemfile of my app: ``` gem "rails_engine_decorators", git: 'https://github.com/atd/rails_engine_decorators.git' ``` and creating a file called app/decorators/controllers/koudoku/subscriptions_controller_decorator.rb with custom overrides such as: ```...

Salut, je sais pas trop quelles sont les contraintes, mais pour Zupy, j'arrive a interfacer le ProductImage d'Odoo avec https://github.com/carrierwaveuploader/carrierwave et https://github.com/markevans/dragonfly (via ooor) peut etre plutot chercher l'integration que...

Hello Billynkid, yes, it changed quite a lot (for much better). We are in the process of documenting it. You can read our temporary document: https://docs.google.com/a/akretion.com.br/document/pub?id=1KaHO2LlNpqhv7X3jqWlbDrUZEqD5JtK8D5yyCqUtR90

Hello emumanu, we are thinking about that + logs that would eventually ends up inside an OpenERP request for the next version. We can call Java functions from Ruby, so...

hello emumanu, providing a 'log()' method that would both do puts in standard out and also log inside the Java Kettle logging API. But a few points are not clear...