hawajrambo

Results 6 issues of hawajrambo

Dear Developer, jSignature calculates with it's container's size at initialization time. In my case, dynamic content is prepared former, but showed at a later time with animation. Because of the...

Dear Aaron, This is a great hack - congratulations :-) Can you please make the thermometer to work on negative temperatures too? Also displaying the "-" sign somehow, and also...

The chrooting solution is great, however it should be mentioned in the readme, that it has issues with systemd: \- can't reboot \# reboot Running in chroot, ignoring request. \-...

Dear Peter, I use the Raspberry as a kiosk video player, in a console (server) environment, without an X11 session. I was needed the vnc server for view-only mode, to...

Dear Developer, This simple code stalls on the constructor of pcsclite on a fresh windwos 10 system, as long as no card reader is connected at least once. It stalls...

Constructing date in javascript is insane: To get the wanted date: month should be added -1, and local timezone should be substracted. we are at UTC+01:00 now. ``` (new Date(2011,11,31)).toISOString()...