Linus Skucas
Linus Skucas
Hi, thanks for this great web app. In safari, on macOS Catalina 10.15.3, I've allowed notifications, yet I do not get any. In the console log area, I see `TypeError:...
The install button was removed because it was not working. I feel like adding the install button back in would make this a lot more user friendly.
It would be nice to have the documentation available as a pdf file. This would make it possible for off line viewing and allow people to put it on e-readers...
I've already started this in #25 but, To make the output of msk much more readable, I want to add color. I used the [`Colorama`](https://pypi.org/project/colorama/) module, which is cross platform....
Right now, in the skills page of Mycroft home, it seems very cluttered, and I have to scroll down to see all my skills. I suggest splitting the skills page...
When the skill is going to get shutdown, it can not start back up again because the open ports are already locked. This makes you shut the device down. This...
The message intent right now only works if you say send a message. Then it asked for all the information... (the information is the device and message) The intent should...
More people will need 3rd party services to work with this skill. With this, developers would need to add more intents entities etc.. to the skill, which is not maintainable....
I should be encrypting the messages just because. The docs make it seem easy to do this. Now I just need to get around to implementing it and overcoming any...