Richard Hull

Results 139 comments of Richard Hull

Hi - have gone through and added some type hints in branch _bugfix/fix-warnings_ - have taken the count right down, but I think some of the remaining ones are going...

The tests pass & the example generates OK, but I wouldn't mind trying it out on some of projects I use it for before pushing to master.

Had a few troubles running `lein install` - there were missing dependencies for some bounycastle classes - have added them in commit 3340a43983d2b04f5fcd083131491a8a7f63f287 on the fix branch along with bumping...

Knocking out those bouncycastle deps: ``` bash $ lein clean $ lein install Compiling 347 source files to /mnt/users/rhu/Documents/dev/clojure/clj-pdf/target/classes warning: [options] bootstrap class path not set in conjunction with -source...

Yes, that works for me now since your commits p.s: I'm on ubuntu 15.10 - don't know it's down to platform differences ``` $ lein -version Leiningen 2.5.3 on Java...

Do you see any other `edge` files? try: `ls /sys/class/gpio/*/edge` whilst that program is running (you might have to put a delay in the program to verify)

If you can supply the correct mappings for the OPi Lite 2 SBC, then please do so. See one of the existing PRs for guidance on what you need to...

I have no plans to add i myself, but PRs welcome

@sgjava might be a good point of contact here as he did some pin mapping’s for the NanoPi duo.

You don't need to install the RPi.GPIO library first, just do the pip install. I originally wrote the library so that I could use existing code (that used RPi.GPIO) on...