Daniel López

Results 12 comments of 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

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")

No, it does not work. Also it does work when I put the log file in the app folder or in another existing folder. ![image](https://user-images.githubusercontent.com/1931408/112469664-05e6e580-8d6a-11eb-95e5-4d70eada395d.png)

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.