Justin Mitchel

Results 4 comments of Justin Mitchel

I wanted to add an update here based on something that's nearly working with `py2app` configuration. ```python OPTIONS = { "argv_emulation": True, ... "plist": { 'CFBundleName': "MyApp", 'CFBundleDisplayName': "MyApp", 'CFBundleGetInfoString':...

I had a look at the website -- it has Cloudflare running which protects from bots/scraping. You might consider trying: ```javascript const Puppeteer = require("puppeteer"); const { captureHeapSnapshot, findObjectsWithProperties }...

Yup, there was an incorrect variable. Just updated it now. In the Django Admin, the decorated tasks will be under `Task Selection` and you can pass any arguments you need...

@AGASTRONICS yes, please do.