Stian Liknes

Results 7 comments of Stian Liknes

I'm having the same issue (installing ubuntuone-client): ``` :: Retrieving packages from extra... ==> Downloading setuptools... bsdtar: Unrecognized archive format bsdtar: Error exit delayed from previous errors. lua: bsdtar failed...

This can also be observed in the following case: 1. Click select2 dropdown to open it 2. Scroll so that the dropdown is out of view 3. Click somewhere outside...

@dilshod I have the same issue and can give you an example file. See [input-weird.xlsx](https://github.com/dilshod/xlsx2csv/files/3031113/input-weird.xlsx). The content looks meaningless because I removed most rows before uploading. ```Shell xlsx2csv -v 0.7.3...

Good point, however, this may be a problem if you are using third-party code (in my case http://getbootstrap.com/javascript/#carousel) that call event.preventDefault() for handled events. I guess one could add an...

I hadn't thought of that, using a button will solve the issue for my current project, thanks for the tip. I guess most cases can solved be this way. Although,...

I think this is a good solution. For cases where AMD is not used, the code will work exactly as before. When AMD is in use we simply need to...