auwsom

Results 36 issues of auwsom

Hi, lots of good work here, but I just want to look at my adb backup. Whats the quickest way to do that on linux? I've seen some scripts in...

Doesnt work on Chrome AppImage (Linux) It just shows "no title":` [(No Title)](https://chrome.google.com/webstore/detail/copy-as-markdown/fkeaekngjflipcockcnpobkpbbfbhmdn)` I tested it on Firefox on Kubuntu 20.04 and it works fine. I dont know it it...

bug
chrome

Hi Boris, thank you so much for this test app. It is very awesome! I'm wondering what the technical challenges are to sharing a larger model? I've read the full...

So far I've setup Mycroft about 20 times trying different ways, VBox, Virtmgr, Docker mycroft, ubuntu, minideb.. etc. All this is burning up my bandwidth and seems really unnecessary as...

Hello, First off. Thank you!! I love this utility! The only thing I would change is this default setting to include lines people may want private. Adding a space in...

:rocket: feature
:feelsgood: high

Hi sorry to bother, but Ive scoured everywhere to no avail. Just trying to use SDDM for KDE on Ubuntu server. `echo 'exec /usr/bin/startplasma-x11' > ~/.xinitrc` worked to make `startx`...

https://github.com/kwin-scripts/kwin-tiling/issues/214

https://github.com/kwin-scripts/kwin-tiling/issues/214

Moved from here: https://github.com/MycroftAI/mycroft-core/issues/2600 ``` from mycroft import MycroftSkill, intent_file_handler import subprocess class SealEyeCommand(MycroftSkill): def __init__(self): MycroftSkill.__init__(self) @intent_file_handler('command.cli.intent') def handle_testa(self, message): utterance = message.data.get('utterance') if not ' ' in utterance:...

Following the docs on Fallbacks here: https://mycroft-ai.gitbook.io/docs/skill-development/skill-types/fallback-skill, and the example here: https://github.com/forslund/fallback-meaning, and figuring out the correct syntax by trial and error here: https://github.com/MycroftAI/mycroft-core/issues/2611, and adding the following lines of...