Grant Mercer
Grant Mercer
@j1m-ryan Huge thank you for jumping in to assist, you're right that I was incorrectly using an internal IP for `set-real-ip-from`. Switching this to `"0.0.0.0/0"` worked like a charm and...
https://github.com/cpjreynolds/rustty/pull/23 would introduce a widget based API, which would generalize widgets like dialogs and buttons and allow stuff like re-sizing to be implemented as a generalized function for all widget...
Interesting, I'm running XUbuntu with i3wm as well, however running the circle example on xterm works fine with me. What distribution are you using?
I guess one workaround would be to draw the terminal with a specific cell that I can set to some standard color, say Black, then generate colors 1-7. That however...
+1 to this PR, love this @mvanderlee -- we were just recently dealing with this issue and ended up creating our own bespoke field that handled this, but if this...
Thanks for the typo fix, but why are you removing the default value of `''` for the env variable? What would we gain from having a null instead of an...
Sorry for the late reply Dubrzr. I'm quite a bit busy in life at the moment, but I'd be happy to merge in a PR that allowed a custom builder...
Looks like i'm able to reproduce this error, investigating right now. EDIT: Nevermind, seems my build ran fine and it was only a small error on my side. Can you...
@lmignon Whoops, you are correct. I guess this brings up an unfortunate consequence of travis-sphinx 2.0.0 in that we're breaking legacy code. I'm going to create an issue to see...
https://github.com/Syntaf/travis-sphinx/issues/31