pmuller
pmuller
Same issue, with 1ad407e on python 2.6.6 : ``` Traceback (most recent call last): File "./imap2maildir", line 579, in main() File "./imap2maildir", line 560, in main seencache=seencache) File "./imap2maildir", line...
@razorsedge How can I improve this PR ?
@gerases When in doubt, run Puppet with ``--noop`` and ``--show_diff`` arguments and do a detailed review of changes.
Hi ! It's not currently implemented, but it's really easy to add it. The code looks for parsers of /proc files in `procfs.proc.*` and parsers of /proc/ files in `procfs.processes.*`....
+1, I would love to have cost data on my pulumi code!
I created a PR for MCP23008 and MCP23017 support : https://github.com/RPi-Distro/python-gpiozero/pull/651 Would be great to get some feedback !
I did live tests of this implementation with 2 x MCP23017 attached to a Raspberry Pi 3. However, I couldn't test the code with MCP23008 as I don't have any....
@ffleandro I believe I set the default to "floating" because it is the MCP230xx ICs default (I created another PR to handle this: https://github.com/RPi-Distro/python-gpiozero/pull/658). I don't know what should be...
@strongX509 That's really interesting, thank you. I'll try to RTFM a lot more as I still have a lot to learn about TNC! @dbrgn I fully agree :) BTW, thanks...