Simon Chopin
Simon Chopin
FYI, a string of closed/duplicate issues on the VSCode repository lead me to this issue, and I'm on Windows. Using a French AZERTY layout, the tilde is on the "number"...
OK, so I tried to reproduce on a Docker xterm.js instance, and couldn't reproduce (Firefox and Chrome both). I'm on Windows 10, and my bug happens in the VSCode terminal...
Python 2 strikes again. We should default to locale.nl_langinfo(locale.CODESET) when decoding a string if no other hint is provided.
We are several here at work having this exact issue.
After trying a bit, it seems opening an HTTPS connection to a server on our internal network triggers the bug. The same doesn't apply to external, public servers (i.e. docker.com)...
See https://github.com/laarmen/VpnKitPoC for the code. How can I do the diagnostic report thing?
I'm not entirely sure this was an instance of the bug as I was still under the 300MB bar of RAM used by vpnkit, but it was consistently climbing. I'll...
In case that's useful, I just stopped all the docker containers on my workstation, waited a few minutes, and the vpnkit process sits at 700MB. I uploaded a second diagnosis,...
This time on my home computer and network, same code except that the target (on local network) is using plain http (no SSL), the memory grew to 1.5GB. ID: D25DA2F3-2F67-42BA-A292-78A39BCBAEC4/2018-03-30_20-34-58
This sound like there's something in there that should not implement `Sync`. Perhaps the netlink socket itself? Or the file descriptors? Of course I'm guessing such a change would break...