Jonathan Bro

Results 4 comments of Jonathan Bro

hell ya

Change it please

Yes, I think he means that having a binary to download directly from here would be very helpful for new users as they wouldn't even have a zig compiler installed...

Same. My file is 55mb and crashes from out of memory exception. ``` zipFile = await zipFile.writeAsBytes(data, flush: true); final zipData = await zipFile.readAsBytes(); // unzip file. return ZipDecoder().decodeBytes( zipData,...