Mat Kelly

Results 550 comments of Mat Kelly

Five-plus years later, still no response. ;)

@bigsmile01 I was able to load the extension in Chrome. First, get the source of this repo then... 1. Go to More Tools > Extensions in Chrome's ⋮ menu 2....

It looks like the extension uses some external dependencies (e.g., babel) via module imports, so likely needs more than the above procedure to be built. Some tutorials exist on packing...

@bskaggs I run into an issue when I use your fork: ``` $ git clone https://github.com/bskaggs/arxiv-sanity-preserver $ cd arxiv-sanity-preserver/ $ docker image build -t arxiv-sanity . $ docker container run...

Note: they may look the same/scaled in this GitHub issue but copy the source to see the latter @ 2x.

As another attempt at resolution using the separate `.py` files, adding `-p bundledApps ` to the pyinstaller command in the `MAKEFILE.sh` script produces a WAIL_cli that states ``` This program...

As an experiment, I reset all code to a single `.py` file (`single-file` git branch in this repo) and resolved all of the external file references and still receive the...

Repeated the procedure to install dependencies and compile using pyinstaller with Python 3 (and pip3, resp) and experience the same behavior as the previous messages re:screen.

An interesting breakthrough: When the Info.plist file is not copied (the line in the makefile to do so is commented out), the application compiles and runs. Along with using the...

With the copied plist in-place: ``` default 15:10:27.128366 -0400 loginwindow -[ApplicationManager checkInAppContext:refCon:eventData:] | checked in app : WAIL default 15:10:27.913913 -0400 launchservicesd CHECKIN:0x0-0x60060 8388 com.matkelly.wail default 15:10:27.917316 -0400 loginwindow -[ApplicationManager...