Roger Gammans
Roger Gammans
I've updated it to lint cleanly with flake8. As to whether it's the best approach, it's hard to say, but there are a good number of places a user can...
Hmm. I'll probably need to run isort, but master isn't clean against isort 5.10.1 either.
Ah, I misspoke about isort cleanliness it turns out there are some config updates
What do you need to be included in a PR for this? Currently, I've not got any tests, and there is no final 'success' page presented to the browser.
I'll add this to my TODO list, but I've got some unrelated work that is going to have to take priority.
Any chance you will add this as an Azure Marketplace product as well as the one on the AWS marketplace?
I've used it with (a monkey patch to use) multiprocessing.RLock() as my use case would normally be ok with threading but if I cache I'm CPU bound so I need...
> 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 pretty sure git dpesn't record move in any special way; so shouldn't make a difference if you use git mv or not. This SO question backs me up:- https://stackoverflow.com/questions/2314652/is-it-possible-to-move-rename-files-in-git-and-maintain-their-history...