mixuala

Results 12 comments of mixuala

> Correct. The problems listed in this thread are exclusively to do with frozen, code-signed, and notarized apps for MacOS. There are no issues when sounddevice is used with a...

I am testing with ionic v4 and I'm getting this error when using the cordova plugin directly `Failed to load resource: unsupported URL` I assume this is the same `WKWebView`...

I hacked the plugin to return images as dataURLs. but I think if I really knew what I was doing, I could save the dataURLs to App storage and access...

@MiguelSyll I finally got a chance to play around with your solution today, and it generally works. However, on `ios` it fails when the file is of type `HEIC`. Has...

for the moment, I'm using the cordova plugin directly, not through Ionic Native.

found the problem, not sure how to get it fixed officially. But IonicNative PhotoLibrary.getLibrary() has the wrong interface. see: https://github.com/ionic-team/ionic-native/issues/2785#issuecomment-516274668

Somebody asked for a hack to use the cordova plugin directly, and here it is: ``` import { PhotoLibraryCordova } from 'cordova-plugin-photo-library/PhotoLibrary'; class MyClass { constructor( protected platform: Platform, )...

https://github.com/terikon/cordova-plugin-photo-library/issues/151#issuecomment-540918483 On Thu, Oct 10, 2019 at 9:08 PM vedangkoolkarni wrote: > @mixuala would you please let us know , how > you directly used the cordova plugin ? ,...

It seems to work, here's a shot of my training just before the end (below) using the pytorch weights as mentioned What I'm confused about is how your network successfully...

I made some changes to provide support for ionic v4 . see the pull request