bus
bus
@RichjewStallman Captcha color can be fixed by disabling Settings>Style>Post Form>Captcha filter. I would really like the text captchas to be fixed in appchan, I'm tired of clicking on hamburgers and...
@protist There was no adoption: Eriner had maintainer rights before the main maintainer resigned.
Coming from Chrome, where selecting and moving multiple tabs is supported by the browser, I miss this functionality very much. This extension is my only hope to get similar functionality...
@Luckz Well, dragging a box is not the only way you can select multiple tabs in that extension (Ctrl and Shift selections work fine). And I don't see how dragging...
One way is to run it from another console using the `cutelog` command. But if you want something double-clickable with no console at all, then my only idea is to...
You currently have two options: 1. Hold down or mash Ctrl+W (common shortcut to close tabs in browsers and etc.) 2. Enable "Single tab mode" in the "File" menu. If...
You mean you have a plain text file that was created by `logging.FileHandler` and you want to load it as if you saved it from cutelog? To do that you'd...
You say that you're "sending the log **directly**", which could mean that you're opening a socket yourself and writing an encoded JSON string to it. If that is what you're...
You can change this with an environment variable. Before starting `cutelog`, set it like this: * If you're using PowerShell: `$Env:QT_AUTO_SCREEN_SCALE_FACTOR=0` * If you're using cmd.exe: `set QT_AUTO_SCREEN_SCALE_FACTOR=0` This should...
You got it backwards. The program running on your VPS will be establishing the connection to the log server that's running inside of cutelog. So you should leave "Server listen...