ristiisa

Results 34 comments of ristiisa

@pjleonard37 @persidskiy @aleksproger @OdNairy @evil159 @maios Any thoughts on this issue?

I tried 53e1773d8e18191d6e3fea2136ba61806b7e925d and it produces similar corrupted result. Also similar results with LZMA and BZip2.

You can use 7zip client for that

> I mean the library doesn't have PPMd decompression code. In that case perhaps the file signature should be checked to avoid corrupted data.

@andrejleitner did you find a solution to this issue?

> Hi, Flutter team member here. If you're hitting Impeller specific rendering bugs you need to file them on the main flutter repo. We do not triage this repo, so...

https://github.com/flutter/flutter/issues/147139

> If I understand correctly, this request is more about saying "Ignore PathNotFoundException" but break on everything else? Yes! > Are you able to give a more concrete example, including...

@DanTup here is the sample dart program https://github.com/ristiisa/exampletogeneratesomeexceptions So sometimes we get "handled" exceptions (NonCriticalException) and sometimes we get exceptions that are handled but not desired. In the example int.parse...