Tristan Ross
Tristan Ross
I get into a captcha loop whenever I try to download something, please fix this.
``` Error detected while processing function 13_HL: line 15: E421: Color name or number not recognized: ctermfg=Orange ctermbg=NONE cterm=italic E421: Color name or number not recognized: ctermfg=Orange ctermbg=NONE cterm=italic E421:...
 I tried porting to GTK using Oomox, if you want to change it here's the configuration: ``` ACCENT_BG=6398cf BASE16_GENERATE_DARK=False BG=1a1b26 BTN_BG=7aa2f7 BTN_FG=a9b1d6 BTN_OUTLINE_OFFSET=-3 BTN_OUTLINE_WIDTH=1 CARET1_FG=ffffff CARET2_FG=ffffff CARET_SIZE=0.05 CINNAMON_OPACITY=0.95 FG=a9b1d6...
Currently working on another port but this time its for rofi, can be found [here](https://github.com/RossComputerGuy/dotfiles/blob/unification/user/.config/rofi/Tokyonight.rasi). I can't get a screenshot of rofi easily but you can try it yourself. Like...
I've got an Arty S7-50 and I don't see it in `boards`. I've got an sdcard pmod on `JA`, ESP32 on `JC`, and the OLED RGB screen on `JD`. I'm...
I've been spending the last two weeks trying to get [RDE Panel](https://github.com/Ross-Technologies/RDE-Panel) to reserve space on the screen, I've tried it in GTK using C and it worked but using...
X11 Server
I'm trying to build my own x11 server and I've built upon the existing code, but I'm stuck at `pack_stream.pack("CxSSSa",[1,11,0,hello.length/4,hello]);` and I don't know what hello is suppose to be...
node-x11 needs to be updated, it's missing things like XOpenFont and XBell.
In RDE Panel's source code the `windows` item type runs `this.panel.app.getXClient().RaiseWindow(window.id);` when you left click on a window title that's rendered but the window doesn't get raised. I've already checked...
I get this error from the window manager example: ``` { Error: XRender: a value for a PICTURE argument does not name a defined PICTURE at ReadFixedRequest.callback (/home/spaceboyross/Documents/PeabodyWM/node_modules/x11/lib/xcore.js:465:29) at ReadFixedRequest.execute...