mrpudn

Results 13 comments of mrpudn

I experienced essentially this same issue. When the email is valid and exists in the database, and the password is incorrect, I would receive an error that the password is...

I am also having this issue on macos with zsh. Here's the offending command pipeline and sample output: ```sh $ tr -dc "foobar" < /dev/urandom | fold -w8 | head...

The reason is that the HTML reporter was added recently in #93 and a new version has not yet been released to LuaRocks. The version that I'm using (`0.15.0`) is...

I believe I heard DynamoDB, but that's unconfirmed

Possibly related: #1305

Definitely - I tried to move the opengl stuff into `Window` with my last pull request, but I noticed some odd things when I did that. I had trouble untangling...

Hmm, that's strange - it works for me on my mac: ``` pycraft $ python3 --version Python 3.6.1 pycraft $ virtualenv venv -p python3 Running virtualenv with interpreter /usr/local/bin/python3 Using...

Possibly, but that stuff should be fairly standard, virtualenv or not. It might be Windows-related - I'm on Mac, so that's the only difference I can see.

Hmm, so you're saying we'd save "layers" of a world using a `defaultdict` factory, rather than saving the whole world in one go? each change to the world would save...

I'm onboard for Cython - after things stabilize, of course. :+1: