Mat Kelly

Results 844 comments of Mat Kelly

Building from latest master (bd2d7f355735a2475e0379c157c14087ddf67f3c) and selecting the FIX button next to Heritrix in Advanced>Services caused "FIXING" to be displayed then the STATE value goes back to "X". Visiting the...

Somewhat related to #402. `CreatePopupMenu()` in wx.TaskBarIcon might be used to accomplish it [(more info)](https://wxpython.org/Phoenix/docs/html/wx.adv.TaskBarIcon.html#wx.adv.TaskBarIcon.CreatePopupMenu). Pinning ticket because this seems simple enough, can hook into existing functionality, and ticking boxes...

Potentially malformed functionality in updateServiceStatuses() on Windows.

`updateServiceStatuses()` was rewritten in the commits leading up to the closing of #307. This needs verification with a more recent version of WAIL from source but I currently have issues...

Verified that OpenWayback launches but the STATE and STATUS in the WAIL UI are never updated. Built the Windows binary from current master (1c2e687420a6ca90b761282bc7b9cd12cbb86a4f). ![Capture](https://user-images.githubusercontent.com/2514780/62805467-1592b700-babe-11e9-8b65-6d46e59d3ca1.PNG)

A re-launch of WAIL (testing from the py src) sets the STATE and right-side buttons correctly. Perhaps it's the callback that's not firing. Killing the app via the UI causes...

Can't close based of 763f308 just yet, as the UI does not update in the compiled version as it seems to work when calling the script directly.

Pyinstaller supports Python 3.8 https://github.com/pyinstaller/pyinstaller/issues/4311

With Python 3.8.0 on macOS 10.14.6 and 9321ff0412534551c9981ade24c8ccc5d9efb36e ```sh bundledApps/WAIL.py:930: SyntaxWarning: "is" with a literal. Did you mean "=="? if serviceId is "wayback": bundledApps/WAIL.py:933: SyntaxWarning: "is" with a literal. Did...