Scot Hacker

Results 84 comments of Scot Hacker
trafficstars

I've also got two posts in Draft mode. I don't know how they got that way or how to delete them. I click on Drafts, they are listed, and it...

@mediapinta Well that's a workaround for now, I suppose, thanks.

@LarsAC Do you mean that a task list might actually be a list of links to other things, like schematics etc. ? I'm not quite sure how that would work....

Thanks @gizquier2 , I agree. @datatalking I use neither Anaconda nor pipenv, so I can't be much help there. There is a Discussion section open above where you can have...

Thanks very much @maccesch . Looks like I'm going to take a different approach to this, but I really appreciate your taking the time out to suggest a solution. Cheers!

Password length is so important - even more important than randomness. We wanted to let users choose a strong password no matter how they got there. Could be readable and...

Hi @maccesch - I've written up a blog post detailing the approach I took here: http://birdhouse.org/blog/2015/06/16/sane-password-strength-validation-for-django-with-zxcvbn/ Hope someone finds it useful!

Related: It does not look like there is a pip install option for this (not available on pypi), which makes things difficult for deployment stacks. Is one planned?

Ah! I see that this package actually IS [available on pypi](https://pypi.org/project/qr/) -- I got the mistaken impression from the readme, which didn't mention it and said to install via `setup.py`.

Replacing the comment text that was previously here, which turned out to be related to a separate unpinned dependency in our project. Sorry for any confusion. My *actual* finding so...