andrewmk

Results 15 comments of andrewmk

I slightly worry about the warning here: https://docs.python.org/3/library/subprocess.html#:~:text=Warning%20Use%20communicate()%20rather%20than%20.stdin.write%2C%20.stdout.read%20or%20.stderr.read%20to%20avoid%20deadlocks%20due%20to%20any%20of%20the%20other%20OS%20pipe%20buffers%20filling%20up%20and%20blocking%20the%20child%20process. It seems to say you should use ```communicate``` but I'm not clear if you can use that without it waiting for the...

Glad to hear it's useful. It's certainly useful to me in making utilities for work and home. I was wondering if you were supporting an existing Udemy course or writing...

> +1 > > We are experiencing the same problem in Visual Studio 17.5.5, the plugin can't handle that some paramters in the phrase catchers are optional to use in...

Hi. I've been hitting the same thing on my Chromebook. It doesn't (usually) happen if I'm just working from the command line but if I have Android Studio or VSCode...

> yes, this is the same thing that i hitted. i've also opened a issue to crbug to get a swap partition on crostini, because we can't work like this....