Daniel López
Daniel López
i am thinking to make chords programatically, do you think that is possible??
By the momento firing click does not work: `$($("li.key")[1]).click();` I suppose that to fire the event that plays the sound will be enough
that sounds on you machine???
I cannot obtain the CON from the server to the device adding "confirmable: true". My device is waiting after sending the ACK (notification by "observing")
I have updated the awnser.
No, it does not work. Also it does work when I put the log file in the app folder or in another existing folder. 
No, that not the issue. I put this thing in my stack of TODO when I will need yes or yes the log feature for my development.
I have got wordpress 4.0 but neither do I can access to the cookie 'wp-resetpass-' . COOKIEHASH. I put this in the resetpasswordform:
The fast solution is to modify wp-login.php, around line 570 and 577. setcookie( $rp_cookie, $value, 0, $rp_path, COOKIE_DOMAIN, is_ssl(), true ); by setcookie( $rp_cookie, $value, 0, '/', COOKIE_DOMAIN, is_ssl(), true...
Thank you cubiq, do you plan to fix this on the code? I don't understand in a first view the solution.