bainewedlock
bainewedlock
I added this to the top of my build.cake: `#addin "Cake.Services"` Now I get a warning: > The assembly 'Cake.Services, Version=0.3.5.0, Culture=neutral, PublicKeyToken=null' > is referencing an older version of...
I tried to make the counter app from the tutorial, but when I start it there is an exception: System.InvalidOperationException: 'Die Anwendung führt den Verteiler bereits aus.' I guess this...
## Description In lock.py: changed ``` _, val = lines ``` to ``` val = lines[-1] ``` because it works with the current WMIC version and is generally less brittle....