Jan M. Simons
Jan M. Simons
> Spamgourmet should be treated as a disposable email because users are empowered to abuse the "1 user 1 real email" rule. The important factor here is that the email...
I can confirm this with autopep8 0.9.1. ```python test = [xmod.yfunction(SomeModule.SomeClass, kwarg_1="cheese", kwarg_2=fish["sea.huge"], shop_closed = True), xmod.yfunction(SomeModule.AnotherClassWithSomeLongName, kwarg_1="cheese", kwarg_2=fish["lake.too_small_to_keep_fishing"], shop_closed = True)] ``` $ autopep8 -a /tmp/test.py ```python test =...
That's strange. I'm running 3.4.3.stable.17013 and I can only see the configuration options, but no option to actually vote, even though the permissions and workflow/tracker settings should be ok. Do...
This code could help in implementing SLIP: https://github.com/mehdisadeghi/pyslip
Sorry for the delay. My use case is this: I'd like to use pyserial to connect to a serial connection that is using SLIP as its protocol (some micro controllers...
Some kind of plugable interface that works without monkey patching the object would also be an option, so I can plug in my custom stream de/encoders.