dbareis

Results 45 comments of dbareis

Extension also failing on Windows 7 64 bit.

I am only using non-native notifications and never saw native ones in my test. I will look at doing the tests again but in original (full) situation I definately had...

I do not replace it while running, I stop copyq, make changes and restart it...

After changing a lot of setting you need to stop and restart copyq for them to apply. Also "everything" is a bit vague but settings are not uninstalled with the...

No updates for a while and this is still open so can I suggest on your new issue tracker where you specificaly ask user to confirm its not a hotkey...

To me this part of "chrome.ahk" code looks like a bug: ``` this.ws.Send(Chrome.Jxon_Dump({"id": ID , "params": Params ? Params : {}, "method": DomainAndMethod})) if !WaitForResponse return ; Wait for the...

The following log shows the above race condition plus missing ID: ``` 08:33:58.315 24140 AutoHotkey.exe [AHK]: TEST_MyBrowserElementExists(): JS: document.querySelector('#XbirthLabel') != null ? 'Exists' : 'Not Found'; 08:33:58.346 24140 AutoHotkey.exe [AHK]:...

A bit more work and debugging suggest a response does get received but it hasn't got an ID (according to "**if this.responses.HasKey(data.ID)**", yet it appears to contain it, here is...

OK, I now realise that it's looking for something to match the received ID, when it fails **this.responses.Length() = 0** (empty). I Following calls may log "**this.responses.Length() = 56**" There...