Rémy HUBSCHER

Results 124 issues of Rémy HUBSCHER

Hello, I am looking for this : ``` menus = Section.objects.select_related().exclude(titleTop__exact='').filter(level__exact=0).filter(menuTop=True).order_by('orderTop') ``` And I am expecting that titleTop__exact='' exclude the Section without translation in the current language_code of the user....

While using elm-css `href` and `onClick`, I get both a `UrlRequested Internal` and a `onClick` events. I tried ``` onClick : Msg -> Attribute Msg onClick msg = preventDefaultOn "click"...

https://stackoverflow.com/a/26646544/186202

I switched from https://github.com/larribas/elm-multi-input for the autocomplete feature. Is it possible to be able to copy paste separated list of data and turn them into a list of values? ```elm...

How can we turn the delete key to edit the last entry of the multi list input?

I have a multiselect with custom entry and autocomplete, however I cannot seem to be able to use arrow to navigate the menu with the keyboard. Is there something I...

It could be good to be able to add the date and the author information on the title slide. At the moment, If we want to display other information it...

It could be very nice to make the items of a list or some part of the content appear by step in the same slide. For example, with beamer, this...

Lots of things to change before it works: - [x] Add daybed.js and hawk.js to vendors - [x] DaybedStorage is promise aware, I don't know how to get it integrated...