denny241
denny241
@Morishiri when you have the time it would be nice if you could let me know if everything looks OK like this; feature-wise I tested most things with the normal...
For now I just fixed a bug that caused the update message to be displayed in a broken way [(Example)](https://gist.github.com/denny241/9e8d63b1823aa34588d1e0632df9fdc5) This issue was likely caused by the loader; despite us...
Still need to test it, but this should basically be it. I reread the issue and noticed that we haven't discussed in what way to inform the users about what...
I will need some pointers to where and how this would be implemented before I can start working on it.
DEBUG level for system messages would hide fatal messages, leaving the user in the dark on why the program has closed, so INFO is more appropriate. Another Idea: If wanted,...
Reviewing this again from the viewpoint of our current master branch, I notice that the closehandler is used in several places. On master we don't use that pkg at all...
Everything works and I don't see any obvious flaws. I lack the experience for judging whether the way it works could lead to complications down the line, so let me...
From what I was able to test and find out, servers hosting wss:// will throw an error when they receive a plain HTTP request, even if it has all the...