Amit Moryossef

Results 203 comments of Amit Moryossef
trafficstars

Not that I recall, sorry

Same here, verified on Android, don't know about iOS.

There's seemingly a missing requirement: ``` pip install -e git+https://github.com/xplip/pixel#egg=pixel cd src/pixel pip install -r requirements.txt python -c "import pixel" ``` > ModuleNotFoundError: No module named 'cairo' (in https://github.com/xplip/pixel/blob/main/src/pixel/data/rendering/pangocairo_renderer.py#L8) Tried:...

Thanks @kpu I was not aware of that PR, would have saved me some time :) ### My code has multiple advantages, namely: - control about every file's location (workers,...

Error: "A reference already exists for the specified audio id"

Basically yes, if that error is thrown it means that the asset was already loaded, so imo, it should be a warning and not an error. @floatinghotpot thoughts?

@floatinghotpot On Android, 6.0.1, it still pauses music. Original code (uses ionic): `NativeAudio.preloadSimple("ding", "assets/sounds/ding.mp3");` Updated to latest version, of course.

Same problem here. (iOS + Android) @ThibaudD , do you mind making a pull request?

For minimizing the network size, can use https://github.com/google-research/morph-net

Better solution than using MediaPipe in the browser: On mobile devices, write a `capacitor` plugin for `MediaPipe`'s native iOS and Android implementations. Either feed camera stream to it (probably easier...