Removed by mod
Removed by mod
It should be easy for ltt to reimburse then, which imo should also cover lost opportunity costs and potential damages due to leak of IP.
deleted by creator
To me it looks like it’s the officers fist that broke the window, not the kids face. Hopefully he wasn’t badly hurt.
We had some issues in our CI where pipenv would sometimes fail to sync. It has recently gotten better, I think due to a fix of some race condition due to parallel installation. I think venv
would be better suited for CI in general, since it allows the use of a simple requirements.txt
file.
The other thing is I think it is rather slow, at least on windows which most of my team uses.
To conclude, I think as long as you aren’t having any trouble and it simplifies your environment, you might as well use it.
I’ve been using pipenv for a good while but I’ve started to move over to venv slowly, and I like it so far. It’s a bit more of manual work but I feel like it’s worth it.
Linux uses 8 spaces. Excerpt from the official style guide:
The reasoning seems sound, but I still prefer 4 personally.