Dino Bettini

Results 8 comments of Dino Bettini

Having the same issue. I tried both previously mentioned approaches: - @bandrews [commit](https://github.com/bandrews/interact.js/commit/8a3f54f95142f0d8e7df6435dacb9b7647bfde36) changes - sometimes results in the element expanding to the bottom - @voidmain26 fix - breaks resizing...

> Why, if you could just specify a compiled file? Running webpack dev server with live reload. Everything is in the memory, not in the filesystem. Sass parsing would make...

Hey, I just ended here with the same question. What did you end up using? I tried downloading a movie with [TransmissionBTC](https://play.google.com/store/apps/details?id=com.ap.transmission.btc&hl=en) and it downloaded in a few minutes, while...

This also happens if component is used inside v-show (display: none)

@rocketraman great! It could be written even shorter with `reduce`: ``` function subtractRanges(source, others) { if (!Array.isArray(source)) { source = [source]; } return flatten(source.map(s => { return flatten(others).reduce((remaining, o) =>...

Hey @twada , any update on this? I see you made a commit but it doesn't seem to work. `babylon` still throws `Unexpected token` error. I'm guessing it needs `babel-plugin-transform-object-rest-spread`...

@twada since I'm using AVA, I just added `babel-plugin-transform-object-rest-spread` plugin by extending ava config in package.json

> Thanks for reporting! This should be fixed in newer versions of Sanity Studio. > > Still happening. The prompt you posted does appear, but after clicking "Delete anyway", it...