robert777robert777

Results 7 issues of robert777robert777

Detecting qr codes stops working after rotating an android phone. How to reproduce this bug 1. browse to demo website (or create one). 2. make sure device rotation is allowed...

the command `passthru("cat " . $update_logfile); ` fails if used on shared hosting (passthru() has been disabled for security reasons), on windows (there is no cat command) and probably on...

bug

Sonoff POW R2 sensor data not updating. Connecting a websocket gives no results for this model (TH does send updates). The data obtained from getDevice also contains not up to...

question

i get the error: UnhandledPromiseRejectionWarning: Error: Can't send data because WebSocket is not opened. when i lose internet connectivity using the example websocket code. Any way to handle this case...

Litepicker seems to suffer from BUG2000. (and no, i'm not joking). here is the code that causes it: ` ` const picker = new Litepicker({ format:'DD/MM/YY', element: document.getElementById('litepicker') }) `...

### Please describe the new functionality as best as you can. Add support for css display:block and display:inline . The goal is to be able to do styling of div...

feature/enhancement
help wanted

so any site owner would be able to use code in his plugin/theme such as: add_filter('wccg_customize_random_coupon','my_wccg_customize_random_coupon'); function my_wccg_customize_random_coupon($coupon_code) { $prefix = 'my-prefix-'; return ($prefix . $coupon_code); } I also did...