Peter Fichtner
Peter Fichtner
After updating to the newest args4j version I do have compile errors because of the removed "multiValued" attribute. I found the commit message which told, that it was removed because...
My main classes which use args4j are also annotated with some [lombok](http://projectlombok.org/) annotations (like [Slf4j](http://projectlombok.org/features/Log.html). When args4j-maven processes such a file it crashes with a CCE: _java.lang.ClassCastException: com.sun.tools.apt.mirror.type.ClassTypeImpl cannot be...
Writing my own Dockerfile inheriting from andrius/asterisk where I add some files to `/var/lib/asterisk/sounds/` I run into the problem that in my parent Dockerfile (andrius/asterisk) the directory is defined as...
I cannot compile moquitto 1.6.15 for FritzBox, while I could compile 1.6.8 successfully. Error message is `macro "pthread_testcancel" passed 1 arguments, but takes just 0` ``` make[2]: Entering directory '/freetz/source/target-mipsel_gcc-4.6.4_uClibc-0.9.32.1/mosquitto-1.6.15/src'...
The current JSONDB version only runs under Java 10 because it was compiled with or for Java 10. In fact, there is no reason for this: JSONDB itself does not...
With #133 I suggested approvals to be working with jqwik but it doesn't (approvals version 12.1.1). Only after adding jqwik's Property class to [AttributeStackSelector's classNames](https://github.com/pfichtner/testtypes/blob/08a206b80142a4acf0976cc913a4b603c1e66d41/src/test/java/org/approvaltests/namer/AttributeStackSelector.java#L23) my [example test](https://github.com/pfichtner/testtypes/blob/08a206b80142a4acf0976cc913a4b603c1e66d41/src/test/java/testtype/type4approvals/TestFizzBuzzApprovaltestWithPBT.java#L21) worked. Did...
All the examples use hard coded device ids (masters and slaves). Can ModuleInterface also be used with [PJON's dynamic addressing](https://github.com/gioblu/PJON/blob/master/specification/PJON-dynamic-addressing-specification-v2.0.md)?
**Describe the problem you have/What new integration you would like** I'd like to create a standalone sensor (no WiFi available) that persists the sensor values read to a connected sd-card....
Trying to connect to an AP which has password (key) including "`+`" connections can not be established ("New connection unsuccessful"), no matter if I do via HTML-Webinterface or API-Call (`/api/wifi/set`)....
I have had personal exchanges with Ollie on this point. @odrotbohm, perhaps you would like to comment on your point of view here. I know some people who are put...