coates’s avatarcoates’s Twitter Archive—№ 22,024

  1. Having a hard time getting PyCharm (actually IntelliJ IDEA) to play nicely with my nix-shell based dev environment. Can’t seem to run pipenv run tests + attach the IDE’s debugger. (It fails with Module not found ‘six’ which is ridiculous in my project.) Tips from experience?
    1. …in reply to @coates
      FWIW, I managed to get it working by doing nix-shell --run env and pasting that into my task’s (test runner’s) environment variables. Not ideal, but better than before.
      oh my god twitter doesn’t include alt text from images in their API