Ruby Allison Rose
Ruby Allison Rose
So I just got done digging into the source code. Apparently the app hardly does anything besides use electron as a shell to host [devdocs.io](https://devdocs.io) using a webview. In previous...
Got it kinda covered, I'll be leaving my fork available for a while since I don't think the maintainer's going to get to implementing the changes too soon in case...
It looks like `ls` uses ANSI Escape Sequences to output color, which is a per-terminal implemented feature. Unfortunately it looks like T-UI hasn't added that as a feature. I'm gonna...
Whelp... just realized that should have been a `fix` because the prior commit broke everything. Oh well, better luck next time I suppose.
Unfortunately, I have no experience writing a networking system at the native level. Although I'm sure I could figure something out. Maybe draft a few APIs and submit them for...
I'm already assuming it should be a P2P API transported via primary UDP, secondary TCP. While it doesn't have to, might want to support an encryption layer.
Thanks for the article suite, the first segment I read actually cleared up a bit of my hypothesis regarding which protocol should be used for the API. Although the article...
What is this poll nonesense? Bug or accident maybe? On Sun, Jun 2, 2019, 11:44 Austin (SonosFuer) wrote: > /polls Option1 'Option 2' "Option 3" > > — > You...
Oh okay. I take it you've since figured the misconfiguration out then?