Zayin Krige

Results 64 comments of Zayin Krige

Is there any news on this? I'm able to build and sign a pkg file, but the moment I enable sandbox then everything goes awry

I'm seeing the same issue when I run flutter web and when I run flutter desktop/macOS

Yeh, I currently expand in memory and pass the data back as needed. But at the moment I have to start at 0 for any given file in the zip....

I am doing `await foreach` so it should be ok? do you recommend some other method?

thanks for checking :) We've parked this issue for now and will revisit in near future

> Is this bug fixed yet? nw.js version 0.31.4 still has this problem, that's annoying. > By the way, `nw.exe --user-data-dir=%APPDATA%\myapp` works well with `cmd.exe`, but `"chromium-args":"--user-data-dir=%APPDATA%\\myapp"` in the `package.json`...

that is weird. it was failing on my local Mac AND on circle build. When I get a chance I'll review those tests to check if they're testing the right...

ah - the decompress.test.js doesnt actually test if symlinks exist after extracting. it just runs runs a decompress and then continues. the macOS one should ALSO check that symlinks exist...

I think this is more relevant https://github.com/Bachmann1234/diff_cover

Turns out im getting 0 duration on all android platforms. I managed to get it working with `MediaMetadataRetriever`, so I dont think its ZipMediaDatasource that is the problem - also...