Mat Kelly

Results 550 comments of Mat Kelly

This may not be possible in MacOS X 10.9 and onward. I have yet to see an application that provides additional context menu items in the Finder or on the...

Asked about this on the wxPython mailing list https://groups.google.com/forum/#!topic/wxpython-users/m1gfMFIzEHc Related potential functionality https://twitter.com/bdkjones/status/1129091232225906689?s=03

@N0taN3rd This is also relevant to the Electron port as well. I noticed this caveat when testing the Twitter integration. I use the 1Password password manager, which has Chrome integration...

@N0taN3rd For the sake of something like this, leveraging the service's API might be better but if there is other functionality from Chrome extensions that would work well in WAIL,...

More information on submitting a package to installed via Chocolatey: https://www.topbug.net/blog/2012/07/02/a-simple-tutorial-create-and-publish-chocolatey-packages/

More [scoop](https://scoop.sh/) package manager for Windows > If you've built software that you'd like others to use, Scoop is an alternative to building an installer (e.g. MSI or InnoSetup) —...

Fix in master but will need verification on next Windows release.

Replicable via `python ./bundledApps/WAIL.py` (src) with prompt reporting `Segmentation fault: 11` and nothing else. This is likely involves wxPython.

When `menu.Destroy()` is removed from the source, the same behavior occurs (ruling out memory violation from the contextual menu).

`evt.GetPosition()` reports a negative value in `manageJobs(self, evt):` if above procedure is executed.