Brett Carroll

Results 4 issues of Brett Carroll

examples/test.pl is producing an error "unsupported mode '2' for pin '15' at ../lib/Device/Firmata/Platform.pm line 823." This test was done using an Arduino Mega 2560 R3 and the StandardFirmata sketch included...

Update the yaml.load(input) function to remove the deprecated warning as seen in https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation

I edited Makefile.PL and added /usr/sfw/local/include so the openssl header files could be located. inc '-I/usr/include/openssl -I/usr/local/include/ssl -I/usr/local/ssl/include -I/usr/sfw/include'; ``` libs '-L/usr/lib -L/usr/local/lib -L/usr/local/ssl/lib -lcrypto -L/usr/sfw/lib'; ``` I am still...

help needed

# Summary itsdangerous includes a patch for this issue, but the TimestampSigner used in SessionMiddleware does not allow the digest_method to be changed from the itsdangerous default, which is SHA1,...