Michele Renzullo

Results 27 comments of Michele Renzullo

Yes, for me it's useful because I create patch for android, I search pattern, it's fast, light and useful.

> [RawToAces.zip](https://github.com/ampas/rawtoaces/files/6836534/RawToAces.zip) > I compiled a version for Windows. Finally! Thank u so much! Could u write how u did it? Because it requires so many dependencies and your build...

I developed my custom new version of rawtoaces in Web assembly based on last libraw and aces_container. Read the help button to see all the different ACES colour spaces outputs...

related to my #1204 , bad synch, because setFlash needs some time to set-up, is a bad synchronization of the two events, when PictureMetering is disabled(by default for takePictureSnapshot). We...

Playing around with the cached built files I found that the issue arise in `_wasm_interop_web.dart`: ```dart TableTy? _getTableType(Object value) { final t = _getType(value); if (t == null) return null;...

Fixed, "funcref" is not part of Enum ValueTy, because ValueTy has "funcRef", ~for some reason on Safari the case matters, while on Chrome is able to ignore the case~. Will...

There is something else strange, ```dart Map? _getType(Object value) { print("Properties of value: ${value.jsify()}"); if (!js_util.hasProperty(value, 'type')) return null; final type = js_util.callMethod(value, 'type', const []); return (js_util.dartify(type)! as Map).cast();...

Thanks! As soon is approved on pub.dev will try my test, I think shall be good. Btw, do you have any thoughts about what I think is the main issue...

Could you publish the update of wasm_run_flutter so that it targets wasm_run 0.1.0+2 ? Thank you

Confirmed, works :) updated from +1 to +2