Guy Luz

Results 315 comments of Guy Luz

> I have done the android embedding migration. You can use this in your pubscpec.yaml temporary until my pull request merged to master. > > ` social_share: git: https://github.com/mikaelim-id/social_share` @mikaelim-id...

A new and good option is to use [whisper](https://openai.com/research/whisper) to convert speech to text, [github repo link](https://github.com/openai/whisper). Here is a [python package](https://pypi.org/project/whisper.ai/) for that. And here is a [dart package](https://pub.dev/packages/whisper_dart)...

https://forum.snapcraft.io/t/running-alsa-inside-daemon-snap/18850 https://bugs.launchpad.net/snapd/+bug/1868530 https://forum.snapcraft.io/t/reusable-alsa-lib-part/3556/37

We will take example and actually use the code from mycroft-precise https://github.com/MycroftAI/mycroft-precise As the alsa is working inside their snap and it is commercial use permitted, open source, Accurate, and...

Changing the delay to 2m didn't fix the problem.

Opened issue in flutter repo https://github.com/flutter/flutter/issues/116528

> I've updated the [`zwave` package](https://pub.dev/packages/zwave) to use `dart:ffi` and it now runs on Dart SDK 2.18. Please let me know if that helps. Wonderful this will now let us...

Found this package [hue_dart](https://pub.dev/packages/hue_dart) that says > aims to make it easier to handle with the Philips Hue bridge.

Since I don't have any device of Philips Hue and there is already Dart package to connect to the hub I will gladly create the integration myself. I just need...

The `hue_dart` dart package that I have mentioned is not maintained. I have created a [fork from it](https://github.com/guyluz11/hue_dart ). It included updated packages, fix for lint and more. Since this...