WJCarpenter

Results 9 issues of WJCarpenter

I use Ubuntu's packaged version of parcellite. Right now, on Ubuntu 16.04, it's parcellite 1.1.9. Previously, I was on Ubuntu 12.04, which they say had parcellite 1.0.2~rc5. The main reason...

enhancement

Hi:- The wiki invites suggestions for other types of sensors to implement. I would be interested in an implementation for infrared motion detectors (PIR). There are only one or two...

enhancement

I wanted to make some screenshots of some things I was doing with this graphics package, so I implemented a way to get SVG output. If you find it interesting,...

I implemented SVG output via ESP logging and sent you a pull request (https://github.com/nopnop2002/esp-idf-st7789/pull/30). This is really handy for making screen captures, which is otherwise tricky on the device. Attached...

The QName validation added for issue #48 seems to open a regression if an attribute has a namespace qualifier. This XML parsing fails: ``` 1 Default 2 true disabled enable_selective...

bug

I find that if I scan for advertised devices requesting no duplicates my callback sees duplicates repeated at almost exactly 60 second intervals. I wonder if I'm doing something wrong...

You have the bones for someone to set the tuning capacitors, which is great for someone who knows what the value should be. In my case, there was no such...

The option can be selected separately for the east, north, west, south fitting, with the compass direction indicating what's seen in OpenSCAD rendering (at least for those of us in...

I found a small problem with "holder_cutout_side". Although it's documented as a percentage, it's clear from the code that it should be a decimal from 0.0 - 1.0. With the...