Michele Lacchia
Michele Lacchia
## What changed - All datetime math is now done in UTC. `DateTimeField`s are guaranteed to be already UTC since when `USE_TZ = True` Django will set PostgreSQL's [timezone config...
`is_prime` returns True for 1. You should fix that. Thanks, rubik
Some links point to your pyoath repo. Shouldn't they point here? Thanks, rubik P.S. Great project! :)
While installing with Stack I get the following error: ``` Configuring punkt-0.1.1... Building punkt-0.1.1... Preprocessing library punkt-0.1.1... [1 of 2] Compiling NLP.Punkt.Match ( lib/NLP/Punkt/Match.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.4.0/build/NLP/Punkt/Match.o ) lib/NLP/Punkt/Match.hs:24:5: Non type-variable argument...
Great tool! Have you considered using Wheels as binary format? They're pretty advanced and got accepted through some PEPs. Here it is a couple of interesing links: https://wheel.readthedocs.org https://bitbucket.org/dholth/wheel
Our server is behind basic authentication, and the host is provided with URL-embedded basic authentication. The sign-in process starts well, but it doesn't complete. Note that the email verification step...