Mike Lewis
Mike Lewis
I'm pretty sure that it does require Thrift 0.9.x. Instead of trying to compile Thrift from source, check out getting the 0.9 branch via Homebrew. I believe the command looks...
Thanks for the report! I haven't been keeping up with developments on foursquare's API. I'm not actively working on this repo, but I'd be happy to review a PR with...
There are some rate limiting tests available in `/foursquare/tests/test_ratelimit.py`. Mind adding one for this there? Steps on how to run tests are here: https://github.com/mLewisLogic/foursquare#testing
I like the proposal to add the `/` to the end of the path in the stub invocation. Seems the cleanest way to align with how Farady does path normalization.
Same issue. As a stopgap, @egnor's suggestion got it limping along for me. ```sh wget https://ppa.launchpadcontent.net/jgmath2000/et/ubuntu/pool/main/e/et/et_6.2.8-mantic1_amd64.deb sudo dpkg --force-depends -i ./et_6.2.8-mantic1_amd64.deb ``` Hoping it gets fixed soon to get back...
Got the same issue (on latest MacOS). Updating `selenium-wire` to `5.1.0` fixed it for me.