Adrien Rey-Jarthon

Results 132 comments of Adrien Rey-Jarthon

In my case I ended up reducing my dependency on third parties by hardcoding the rates and adding a test case to verify the online rates from the europa.eu page...

I'm also having the SEGV issue with 0.11.8.4 on Ubuntu 12.04. I'll investigate a bit if it's gcc related.

Tried with gcc 4.6 and gcc 4.4 with the same issue, does not seems to be gcc related. I clones the latest version, tried compiling the gem and running the...

Good idea, the simplest way to prevent javascript issues is to do all the work with virtual or cloned DOM and replace the form at the end. But the hard...

I totally agree ;) It's better, and you seems to master js way better than me so i'll let you handle this =p BTW about testing, this might be a...

Ok I found the solution here: https://github.com/jonleighton/poltergeist/issues/292 I tried `phantomJS` and `capybara-webkit`, they both failed because the _webkit_ version it _too old_ and doesn't implement `bind`. I had to redefine...

Yes, I got more errors with `focused = $('*:focus')`, this selector is not working in phantomJS (https://github.com/netzpirat/guard-jasmine/issues/48) I stopped here but i'm pretty sure there is a lot more xD...

@kenkeiter I haven't tested yet but I'm gonna drop phantomJS anyway, I got other issues with my own js, the phantomjs webkit engine is too old. I'm switching to selenium....

Hello :wave: I'm not 100% sure this change is the reason but unfortunately you were probably right @tenderlove, this change or some other streaming related change in 8.0 did break...