Jordan Cook

Results 195 comments of Jordan Cook

Try this: ``` pip install -U --upgrade-strategy=eager requests-cache ``` That will install version 0.6.3 and all its dependencies. If that does not work, could you please post the output of...

It looks like musicbox works with the latest version of requests cache, if it's installed from PyPI (`pip install NetEase-MusicBox`), so this may be specific to Manjaro and Arch Linux....

> there is already a way to use a specific command from the command-line using rundll32. It is "documented" here: https://pathcopycopy.codeplex.com/discussions/389526 > CommandIds are taken from this page: http://pathcopycopy.codeplex.com/wikipage?title=Network%20Administrator Since...

Some small updates: * Another beta release is out (`1.0.0b1`) that includes several bugfixes * I would still like to get some more feedback on the [new features and other...

Almost everything is ready for release, except for one issue affecting concurrency with the SQLite backend: #781 If anyone would like to help out, another pair of eyes on that...

I believe this has been fixed, but I'm looking into it a bit more to be sure.

Note that `multiprocessing.RLock` will work only if you have child processes spawned from a common parent process; for concurrent access from multiple unrelated processes, a file-level lock is required.

I agree that this would be nice to have. Unfortunately this would require quite a bit more work than just changing the cache keys. Problems include: 1. requests-cache uses a...