Ben Sizer
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
-
-
Ben Sizer created a post, PyCharm can't find docker-compose
I'm trying to follow these instructions - https://www.jetbrains.com/help/pycharm/docker.html - on a Mac. My Docker project works at the command line, and I can launch the whole thing with "docker s... -
-
-
-
Ben Sizer created a post, AnsweredPossible to structure tests so all tests in subpackages will run without import errors?
I have a package structure like this:\myprogram\myprogram\tests\myprogram\integration_tests\myprogram\subpackage\myprogram\subpackage\testsetc.If I right-click on \myprogram\tests and choose "Run '... -
-
Ben Sizer created a post, invalid syntax (<string>, line 1)
For many objects, when I attempt to view them in the debugger by clicking the 'view' button, I get this error: invalid syntax (<string>, line 1)This even happens when I right-click on the object... -
Ben Sizer created a post, JSLint ignoring tab width
I'm editing some Javascript in PyCharm and having trouble with JSLint. In particular, it keeps saying "Expected 'whatever' at column 9, not column 5". This is because my tab width is 4, not 8. But ...