Spencatro
Spencatro
Ha! Turns out, this is a bug with WotC logging :( unassigning milestone for now
@mikeisgo I hadn't thought of letting users plug in a mongodb connection string. That would be pretty clever, and maybe something I'll look into! In theory, NeDB code should be...
Sure enough, mtgatracker is using a super stripped version of jquery: ``` "3.3.1 -ajax,-ajax/jsonp,-ajax/load,-ajax/parseXML,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-event/ajax,-effects,-effects/Tween,-effects/animatedSelector" ``` I'm sure I had a good reason for this, but it really escapes me at...
Looks like there's a new, but promising looking lib available here: https://github.com/toonvanvr/electron-transparency-mouse-fix might be worth checking out!
This used to work (though it wasn't obvious); MTGATracker used to limit the window height based on it's position & how tall the screen was, so that you could scroll...
I've seen the behavior you're describing. It might be happening because of the `active-win` jank used to set alwaysOnTop mode..... or it could be a bug with electron. I think...
I think this is actually two issues, please correct me if I'm reading this wrong: 1. When using a single account across two machines, authorizing both tracker ID's doesn't work...
I'm experiencing this same issue. Let me clean up some code and paste my settings / models, I'm sure we're just setting up the DB incorrectly or something.
Running on Django 1.5.4: Relevant portions of settings.py: ``` DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'. 'NAME': '/opt/django/mydb.db', # Or path to database...
Also, here's a sample of what raw_data is storing in the database: ``` {"website": "Spencer-Hawkins.com", "last_name": "Hawkins", "locale": "en_US", "hometown": {"id": "154754277895542", "name": "Tamuning, Guam"}, "image": "https://graph.facebook.com/me/picture?access_token=CAADeM5AbHLYBADGZCz3u5FWCWZCZC1Qwh4s8ZAlVr5yElKejvd05mzVBqQJtdRiW1RKGFk19BFf7gUH7HroOESfFpUvhZBGPqZC0qcceqXcrYz766JzOlZB0gnZCAOhOTkbkQTZB2KNvuOVznbbbPaZBOsnyqq8iJepg22BSuPFa5fTNL98jJcUJct&type=large", "quotes": "\"If you...