sasha2002

Results 14 comments of sasha2002

Hmm, but can you code it as an plugin to IITC ? I know that i'm can be banned, but not this is important for me. For me is important...

Can we have a skype or another NON PUBLIC conversation?

IITC don't violate TOS, and Niantic allow it.

Ok, but what about any 20-10km zone?

Same, trying to fix but no luck. @saneki Did you have working version? Or can you fix it? Or point please in what direction need to look.

To quick fix this, you need add in file(gitmike/stylesheets/application.css) : #main-menu :: overflow: visible; margin-bottom: 0; height: 3.6em; #main-menu ul :: top: 0; #header :: padding-bottom: 0;

@wcmedic ``` FILE1=$ ls ~/backup/bbs/mystic* | sort -k1.5 -k1.1,1.2 -k1.3,1.4 | tail -n 1 (this does pull the most recent) #Directory where thing to backup is located DIR=$FILE1 ``` This...

PHP Fatal error: Uncaught TypeError: property_exists(): Argument #1 ($object_or_class) must be of type object|string, null given in /var/www/mon/vendor/pgrimaud/instagram-user-feed/src/Instagram/Auth/Login.php:116

After some var_dump found that cookies are not set : ``` object(GuzzleHttp\Cookie\CookieJar)#40 (2) { ["cookies":"GuzzleHttp\Cookie\CookieJar":private]=> array(0) { } ["strictMode":"GuzzleHttp\Cookie\CookieJar":private]=> bool(false) } ```