Sonny Piers

Results 456 comments of Sonny Piers

https://github.com/keithjgrant/omnibear/issues/44

Not sure if the root cause was the same for me but the new XKB installer fixed the issue for me.

okay my bad, for some reason play/pause/next/previous/stop media keys still do not work, fixed volume and brightness keys though

The keyboard is apple macbook air 11' mid 2012 QWERTY-ES. I don't have the keys physically swapped (at least not visually). The key mapping is the same as: http://store.apple.com/fr/product/MC184Y/B/clavier-sans-fil-apple?fnode=3e

@jomarmen can you connect the chrome devtools and check if you see any errors? https://developers.google.com/chrome-developer-tools/docs/remote-debugging

work in progress https://github.com/xmppjs/xmpp.js/pull/580 will finish this weekend i think

https://github.com/xmppjs/xmpp.js/pull/776 testing/feedback appreciated

If I remember correctly: The problem is that iOS pauses all timeouts/intervals when the application goes to background and never resumes them. The solution is to disable reconnect before the...

> does not work on ios too, when we comeback to fg, the xmpp can not reconnect. `does not work` and `xmpp can not reconnect` is not enough for me...

@guusdk sweet e2e tests are fairly specific at the moment. I will make a “public interface” for them and come back to you. My todo list: * env vars for...