Joe Gillotti

Results 8 issues of Joe Gillotti

I saw in another thread you mentioned you worked there for 4 years. Was it fun? What did you work on? I ask because I've been a scrobbler since 2007...

answered

Someone should redo the set of test users in tests/phpSnapchatTest.php, maybe even automate regenerating them somehow.

Currently, if login fails and you try getSnaps() or any of the other get functions, it will call getUpdates() which calls $this->cache->get() before checking for a valid login. As $this->cache...

Because magic numbers are kinda gross. 60 -> CURLE_SSL_CACERT

## Why you need it? Currently, when proxy_connect fails to hit something, it gives the following response, which doesn't include any additional info as to why the request failed: ```...

TODO

The entries in the generated har files have all 3 members of the timings struct set to 0. After the struct is initialized, it looks like it is never filled...

enhancement

Hi, I've been using LUPA a bit and its functionality to block access to python objects works great. But I just realized that the LUA builtins are still exposed (eg...

I've accidentally deleted entire trees because it wasn't obvious that some items were selected. This will help prevent accidental deletes.