ilium007

Results 89 comments of ilium007

Just happily bouncing away in the dock!

When killed it leaves behind all these processes: ``` xxx 27571 2.3 0.1 36576292 8872 ?? Ss 3:03pm 0:02.42 /Applications/Winbox-mac.app/Contents/Resources/wine/lib/wine/../../bin/wine64-preloader C:\windows\system32\winedevice.exe xxx 27643 0.0 0.0 408626896 1392 s000 S+ 3:04pm...

That worked. So why does prune not need the quotes?

I was also getting the repo lock error when running a prune. I have had to seperate my scheduled backup tasks into two seperate jobs to overcome the lock issue.

Same / homepage is awesome!

I was led here to this issue thread as I went searching Google with the exact same confusion around the prune command. Three years on, this one needs to be...

Would be great to see this in the original plugin!

Does M503 have to be run on every print?

``` >>> mcp = mcp23017.MCP23017(i2c, 0x20) >>> i2c I2C(1, scl=B6, sda=B7, freq=420000) >>> mcp >>> mcp.pin(1, mode=1, pullup=True) False >>> ```