bestis
bestis
Well it's missing from the instructions at the first place... It should look more like this: `log_format graylog2_format '$remote_addr $host $remote_user [$time_local ] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent" "$http_ x_forwarded_for"...
I'm highly skeptical that the pull request will work correctly when using that vhost format and without using it, as then there is different number of fields and two different...
I updated my Windows Synergy.. And now it almost works with Fedora 37. But the issue seems to be that its not related to keyboard map in Windows but more...
👍 Me too. How I resolved the issue: 1. Check your version: wsl --version, WSL version: 2.6.1.0 2. Download the .MSI from github for that version. https://github.com/microsoft/WSL/releases/tag/2.6.1 3. Second mouse...
> And `Left-Ctrl + Left-Atl + Backspace` must be pressed while any Linux GUI application is at foreground with input focus on Windows desktop, regardless the Linux GUI applications are...
@hideyukn88, I'll try to remember look mode closely next time it happens. But I can tell that at least it was running, as I needed to kill it, to restart...
Tested today to hibernate and after it it still worked. So didn't manage to reproduce it. Here's the logs: [logs.zip](https://github.com/microsoft/wslg/files/11965220/logs.zip) No core dumps. I'll try to remember looking logs more...
One me too, to this that WSL2 is totally broken after hibernate. Running `wsl --shutdown` doesn't seem to fix all things related to WSL. Docker desktop seems to keep in...
+1, as already said coming from phantomjs this seems like a must have. We used phantomjs to generate screenshots/PDFs. For example one page generated big document based on all the...
@rainbowhat No, I'm using the kludge workaround. ``` // No POST support - https://github.com/GoogleChrome/puppeteer/issues/1062 if (method === 'POST') { // Using kludge to mangle the POST. await page.setRequestInterception(true); page.once('request', request...