Swen Gross

Results 13 issues of Swen Gross

Error: "Your browser doesn't support the video element" (v3.0.0) I guess this is due to the transport protocol. Is this on your watch?

bug

By now you validate the response - lets say you require a number in the response - and if so, you return the response. So - to give an example...

I’m running Mycroft on a pi4b in the KDE Bigscreen OS environment (KDE Neon) The source install of mycroft-precise leads to `ERROR: Could not find a version that satisfies the...

#### Description Few things done here: 1. Add german json-Normalizer 2. Adding the possibility to parse utterances as such "5 June 20:00" - to set a reminder or else (prior...

CLA: Yes
de

Hi el-tocino, I'm struggling a bit to find a german dataset to speed up the process of finding fake words. There are some sets, but almost exclusively spoken sentences (half-sentences)....

https://github.com/MycroftAI/mycroft-core/blob/5f964f7d4036210c7e1977e6903d3f13421e2af2/mycroft/tts/remote_tts.py#L47-L48 https://github.com/MycroftAI/mycroft-core/blob/5f964f7d4036210c7e1977e6903d3f13421e2af2/mycroft/tts/remote_tts.py#L60-L65 The splitter in its current form is suboptimal, since phrases that aren't touched by Lingua-franca format functions (e.g. ```Die aktuelle Uhrzeit ist 22:20:38 Uhr. Mitteleuropäische Sommerzeit, Dienstag, 27....

#### Problem Non-English system configurations will run into problems with former approach "yes | pacman ..." Simply added a --noconfirm and --needed (to not reinstall packages present) instead of the...

[UPDATE](https://github.com/MycroftAI/skill-weather/issues/168#issuecomment-890372481) This is just a typo, instead of `self.location = message.data.get("location")` it has to be `self.location = message.data.get("Location")` ``` diff + L - l ``` The optionally location lookup wont...

bug

### To reproduce: issue a fog / sunrise report for a specific location ("is it foggy in New York") __Problems:__ - Several intents (**condition/storm/rain/...**) have `.optionally("Location")` in their constructor while...

it has to be {number} like [here](https://github.com/MycroftAI/skill-weather/blob/21.02/locale/en-us/dialog/percentage-number.dialog) instead of {num} which will obviously throw a `KeyError: 'num'` exception. Yet i've seen some even without a percentage-number.dialog.

bug