Yannick Fonjallaz

Results 40 comments of Yannick Fonjallaz

Hello! So I switched to spira, which was way too slow for our needs, came back to tripod and wrote a very basic getter for localized field. [Please have a...

As I'm allowed to dream, [I wrote some specs to complete this feature request](https://github.com/fonji/tripod/commit/c440ff4a3e6a09f56ab1c9963b450687cf406d44).

I added an optional hash as a parameter to getters, so you can specify a different locale than the current one or get all values, just as in my specs....

Hello! Just adding support to this issue. Nice request, Matt!

Hello, I also tried this branch (and merged it in my fork). It works pretty well (thanks!) while both objects have the same class, but I think I did something...

[Looking at the merge commit](https://github.com/zakird/wkhtmltopdf_binary_gem/commit/01a0733c195d81e832746ec49f7d65d980f18bd1), the cause seems to be that we lost the generic builds (like `bin/wkhtmltopdf_linux_amd64`) for distribution-with-version-specific ones (like `bin/wkhtmltopdf_ubuntu_14.04_amd64.gz`). There are 6 builds for ubuntu only…...

+1 Haven't found another way than setting `action_controller.raise_on_open_redirects = false`, more than a year later

You can extend the select editor to add your behaviour. I added the functionnality in my fork, [here's the diff.](https://github.com/fonji/backbone-forms/commit/1385fbffdfccde2ec53fd62a2a9343c69efb62d6#diff-5f80607b12e476045e131e25f4e981a4)

> It's been a while I didn't work with Backbone Forms but I don't remind any all event? Does it actually support it? I'm pretty sure it doesn't. Edit: at...

What if `value.length != this.items.length`?