Eli-Black-Work

Results 82 comments of Eli-Black-Work

Are you writing files to disk via a source generator? If so, my understanding is that Microsoft advises against this and the behaviour is undefined 🙂

Interestingly, I needed to do `export no_proxy=localhost,127.0.0.1` instead of just `export no_proxy=localhost`. (Or rather, `ps $env:NO_PROXY='localhost,127.0.0.1'`, since we're using PowerShell)