rwjack

Results 215 comments of rwjack

> The patches are not supposed to be merged to commit history. They are supposed to be applied directly on whatever source code you have on hand. Right, so how...

> > Right, so how do I apply 92.x.x to the [windows version](https://github.com/ungoogled-software/ungoogled-chromium-windows)? > > I recommend that you bump this issue: [ungoogled-software/ungoogled-chromium-windows#91](https://github.com/ungoogled-software/ungoogled-chromium-windows/issues/91) > > and this PR (already got...

These are the response headers I'm getting: ``` access-control-allow-headers: X-Requested-With, Content-Type, Authorization, Date access-control-allow-methods: GET, HEAD, POST, PUT, DELETE, OPTIONS access-control-allow-origin: * ``` Oddly enough, opening the devtools inspector and...

I haven't been able to reproduce this again after doing a hard refresh in the devtools inspector. Closing due to lack of information

So how do you find out what group is which? There has to be a better way of naming clients/groups in HA.

Is there a way to merge regular Desktop audio with SnapClient? I'm Running popOS with pipewire-alsa

Hey, this does not work as I expected it to. It keeps accumulating logs and adding them together, instead of skipping ones already added. Eg. access.log - 5 requests access.log.1.gz...

And something seems very odd, since I'm doing it like this, and it just keeps incrementing the logs every time it runs (every 30 seconds for about ~+2500 requests), which...

So a simplified version of what I'm looking for is: ``` zcat access.log.*.gz | goaccess # create the report from all logs cat access.log | goaccess --real-time-html # and continue...

I can't seem to figure out a way to juggle gz + regular files, without missing something in the report. If I first read all gz files and persist them,...