Ben Sizer

Avatar
  • Total activity 17
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 6
  • Edited

    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...
    • 2 followers
    • 1 comment
    • 1 vote
  • Created

    Possible to structure tests so all tests in subpackages will run without import errors?

    Answered
    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 '...
    • 4 followers
    • 7 comments
    • 1 vote
  • Created

    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...
    • 3 followers
    • 4 comments
    • 4 votes
  • Created

    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 ...
    • 1 follower
    • 0 comments
    • 0 votes