Chau Thai

Results 7 comments of Chau Thai

@janpio Any updates on this issue? The bug also occurs on the UWP platform.

I've posted a link to a workaround with readAsArrayBuffer for the chunk size problem in #284.

I've tried importing React too and it seems karma-jspm can't handle imports inside a imported package. I'm using PhantomJS. karma.config.js: ``` js // Karma configuration // Generated on Wed Dec...

@tkhyn I can validate your findings! After I tried a whole week to get karma-jspm to run with my React setup, I tried your approach and now all tests run...

maybe try [karma-systemjs](https://github.com/rolaveric/karma-systemjs)

I'm using webpack to build my app and I've got the same: `````` bash ERROR in ./~/sql.js/js/sql.js Module not found: Error: Cannot resolve module 'fs' in /Users/thai/Documents/CrossMIP/frame/node_modules/sql.js/js @ ./~/sql.js/js/sql.js 4:141-154...

I've fixed the problem by including the sql.js lib manually in my index.html and bypassing webpack or browserify build steps. Works fine so far!