Julien Enselme

Results 20 comments of Julien Enselme

Any progress on this? This library is used by [agate](https://github.com/wireservice/agate). I am in the process of packaging it (and thus awesome-slugify) for [fedora](http://fedoraproject.org/). It is recommended for packages to have...

Jumping a bit late but it still may be of interest to folks: it is perfectly doable to build a PWA with Aurelia and you don't need to adapt or...

@aseem-hegshetye @moggers87 any updates on this? Can I help? I'd like this feature.

@inferusvv I haven't. I changed how our build process works to avoid the problem.

I'm also trying to integrate One Tap and it's not obvious. Does anyone have pointers on how to do this? The identification flow is very different from what we do...

> It's reading the XML file. instead of creating objects you just read in an XML file, if you want to do it dynamically you write to an XML file...

I think that enable it by default is a good idea and that it should work like ``.

*Even if this question is over a year old, I am posting an answer for future reference (I wandered the same thing this week).* You can use it with OL3...

@Somethingideally based on your solution, I came up with (to avoid completely preventing scrolling on the page): ```js dragula([dndContainer], { direction: 'horizontal' }) .on('drop', function(element, targetContainer, sourceContainer, sibling){ $(document).off('touchmove'); })...