Jérémy FRERE
Jérémy FRERE
... I just wanted to say that I love you :heart: Cheers guys, you're awesome :)
I've been unable to add an html infowindow to my markers because Rails wouldn't stop escaping html characters (`
Cloned this repo to see what you've done with post commenting but obviously you only did tag_cloud related stuff :) I ran into several issues related to the release of...
Hi there, I've been looking around the wiki and the issues but I can't find any mention of sorting by a secondary column. What I mean is to define at...
It seems there is an error with FriendlyId and Globalize3 when the app's default locale is set to something else than :en. I've made an example app to demonstrate that...
How to allow the user to remove a file added with RichPicker ? Why not have a little cross over the image that resets the form field value, just like...
Hi there, Here's a working version of the RichInput and RichPickerInput for SimpleForm. For both I just copied the input code and wrapped it in a `if Object.const_defined?("SimpleForm")` block, so...
Hi there and thanks for this great integration :) I have everything up and running and it worked great, until I turned on `showDefaultLocale` to `true` in my i18next config...
I just updated a very old project and the CSS exploded for my forms. Took me a while to realize that it all came from: ````ruby = simple_form_for user, html:...
Hi there again, This is a follow-up to [this issue](https://github.com/janosh/svelte-multiselect/issues/264) that began to get me closer to the UX I'm trying to achieve, but there still remains a bit of...