Mat Kelly

Results 550 comments of Mat Kelly

https://twitter.com/webrecorder_io/status/1456412029317697537?t=fq99ssooxEEaXXMSLDFSgw&s=03

Pulled 51e2d11001fe1415d4959bbd8de2533677cfe0d7 fresh to Win10 C:\wail then ran `bundledApps\MAKEFILE.bat`, which finishes and creates an .exe. Upon launching the EXE, there is a noticeable delay then an alert pops up saying,...

Thanks for the confirmation, @Krytical13 . I am working on getting this back to stable on Windows in the `win-fixes` branch: https://github.com/machawk1/wail/tree/win-fixes We also have an Electron version of WAIL...

The [PyObjC](http://pythonhosted.org/pyobjc/) package provides native bindings to many of the APIs and functionality including the notification center. WAIL does not currently utilize this module but might should, as it looks...

https://github.com/dschep/ntfy module may be helpful as a cross-platform solution to accomplishing this. A particular use case lies in alerting the user when a crawl has finished. On second thought, ntfy...

@dschep Thank you for this information. I'll test it out and see if it works for our use case.

Circling back, in using @dschep's sample above as tied to a button click event, I am unable to see a notification displayed. Using the snippet in a stand-alone script works...

This is looking doubtful with pyinstaller compilation but works via sys.args with other builders. There's an outstanding bug/feature request for getting wxwidgets to forward the data over to pyinstaller to...

As of version 3.0, Pyinstaller allows direct specification of the Info.plist file ( http://pythonhosted.org/PyInstaller/#adding-files-to-the-bundle ). Within this file, CFBundleDocumentTypes can be specified to include WARC, ARC, and WARC.GZ (any others?)...

Drag-and-drop functionality once an application is running is dependent on https://github.com/pyinstaller/pyinstaller/issues/1309 .