Neo
Neo
> What do you want to store the binary or some kind of text representation? I'm attempting to use JSON as a common interchange format Clearly, Google is using it...
> Are NULL bytes allowed in json? Yes, escaped `\u0000` is always allowed, or simply a `null` object depending on what you're trying to do. the JSON standard is available...
@akerouanton same issue here ``` Diagnostics ID: 58974BE7-6033-44AA-8F0E-AEE0B684B455/20241107163136 (uploaded) ``` and I just "factory reset" my docker desktop
uninstalling docker desktop and rolling back to [docker desktop 4.34.3](https://docs.docker.com/desktop/release-notes/#4343) allows me to login and enable host networking again
I second this. My current solution is to run the following script (as administrator) any time my development machine reboots ```powershell wsl --shutdown; wsl -d Ubuntu --mount --vhd D:\projects\projects.vhdx --bare...