Kevin Turner

- Total activity 109
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 48
-
Kevin Turner created a post, Answeredbinding ports with docker-compose and run configurations
Working in a Django project I may have many Python processes running at once: a shell process, a celery worker, tests, in addition to the Django server. The project's Python Interpreter is set to u... -
-
Kevin Turner created a post, AnsweredZero-Latency Typing in PyCharm 5?
Does PyCharm 5 have zero-latency typing?If so, does it still require the tweak to idea.properties to activate it? -
-
Kevin Turner created a post, Watching an object in the debugger indepedent of current frame
In the debugger, when I put a watch on foo.bar, it seems to evaluate foo.bar in the context of the current stack frame.When I step into the next function, or otherwise go up or down a frame, all th... -
-
-
-
Kevin Turner created a post, How to make Type Checker get along with fake/mock objects?
I've got some unit tests that use fudge to mock out objects. The type checker is looking at the function calls in the test and complaining "Expected type 'User', got 'Fake' instead", which is, of ... -
Kevin Turner created a post, resolving web asset locations
For scripts and images in HTML files it's "unknown href target", for a url() value in CSS it's an "invalid CSS element" inspection, but every link is flagged as broken. Where do I configure the s...