Steven Au

Results 7 comments of Steven Au

I was able to get this to work in the view's listeners. It looked like there were two factors that contributed to enabling or disabling the drag on the container....

@mstmustisnt that was a life saver. Too bad this format doesn't work due to it appending the sequelize.literal to the end of the select statement: ``` attributes: { include: sequelize.literal('DISTINCT...

@oliver-leung Is this tracked in another issue anywhere? @myroslavmail did you figure out a workaround for this?

FWIW, setting `noClick: true` allowed me to upload on mobile. I had to manually add an 'onClick' to a wrapper to replicate the onClick/tap action

@lei0gre Did you figure this out? Having the same issue.

I believe you simply set the 'deliveryMode' to 2 when you publish: https://github.com/postwait/node-amqp#exchangepublishroutingkey-message-options-callback This is better described in the Rabbit.js [documentation](http://www.squaremobius.net/rabbit.js/): > The option 'persistent' relates both to the durable...