Daniel McKnight
Daniel McKnight
## Info This PR adds the new skill, [Launcher](https://github.com/NeonGeckoCom/launcher.neon), to the skills repo. ## Description This example skill is used to launch desktop applications and browse web pages. Created with...
#### Description Add more default BCP-47 languages. Using defaults based on language region of origin or approximated most populous region (open to suggestions for changes here). ISO 639-1 language codes...
**Describe the bug** `nice_time` indicates an argument type of `datetime`, but it should be `datetime.datetime` https://github.com/MycroftAI/lingua-franca/blob/eb6d677d4f8d201e1bcf645382eb262c7d0688f1/lingua_franca/format.py#L273 **To Reproduce** Steps to reproduce the behavior: ```python from mycroft.util.format import nice_time nice_time(datetime.now(tz), lang)...
I'm not sure what circumstances caused this file not to exist on my system, but the module does not handle this exception
**Describe the bug** SSH connection times out when trying to connect to my Mark 2. I had successfully connected, restarted via SSH terminal, and upon restarting my SSH connection fails....
`wikipedia-api` in version 0.6.0 changed the class signature for `Wikipedia` to expect a user agent as the first positional argument (previously this was `lang`). https://github.com/HelloChatterbox/wikipedia_for_humans/blob/b5a4c308e9c83d650d3593d39eba13d21a433a97/wikipedia_for_humans/__init__.py#L13 should explicitly pass a user...
#### Description Possible resolution of #187 Weather code mappings were missing 'night' versions of some conditions. This adds all codes listed in the OWM API docs and reorders the sets...
### Description A specific string that is spoken when WiFi setup fails seems to render with extra text prepended to the passed text. I will attach a sample. [ce4e7a14fe73c3a8cd31d15db0d435d6.wav.tar.gz](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/files/14579981/ce4e7a14fe73c3a8cd31d15db0d435d6.wav.tar.gz) ###...
### Objective Add some level of [SSML](https://www.w3.org/TR/speech-synthesis11/) support. ### Initial Implementation Requirements - support "say-as" tags - support "break" tags ### Other Considerations Consider how other tags could be implemented
### Objective Implement a badge to count web page visitors and/or API calls ### Initial Implementation Requirements - Simple visitor count to replace the now broken herokuapp one ### Other...