Lenciel
Lenciel
Same problem here. I read the code and it seems that the wrapper function `Cropper.crop(file, data)` do not handle rotate parameter in data. You should call `getCanvasData` using your proxy...
The canvas object has the method called [toDataUrl()](https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/toDataURL), so you can write something like this: ``` $scope. dataUrl = $scope.cropper.first('getCroppedCanvas', { width:150, height: 150}).toDataURL(); ``` You can of course change...
just add `--disable-safe-unpickle` in the start script at the end of the `python webui.py --precision full --no-half --use-cpu Interrogate GFPGAN CodeFormer $@` line could work around this issue for now...
> There is a goplay2 implementation https://github.com/openairplay/goplay2 as airplay2 receiver written in go. Feel like promising to leverage that and integrate with airconnect. The big advantage for me in airplay2...
same problem here.
exactly the same issue, i'm using eclipse 3.6
Hi, bmchan, can you give me more detailed information about the process? I get the apache commons io package from the apache site, but I don't know where exactly should...