Marco Bonetti

Results 102 comments of Marco Bonetti

Sorry for the delay, I'm trying to bake in support for double res images (in 126ca75), this will probably need some more thought…

Interesting. Could it be you are using a different font set between dev and production? Also, what is the character encoding of either installations?

Sorry, the default text encoding, i.e. the output of: ``` python >>> import sys >>> sys.getdefaultencoding() ```

Also, are you using a custom generator, or is that the default simplemath generator? See, I think the weird chars before each valid char are due to the fact that...

> Also, please don't mix the fixes with the formatting and import changes, it hides the real fix and makes reviewing the code harder. Apologies about that, my editor's isort...

@marksweb this PR is a few months old, but the original bug (#7175), even if it was closed by the stalebot, is still very relevant. Would you mind taking a...

Hey @eerotal I noticed you never ended up submitting a PR (I created one off of your branch). Do you think it's ready to be merged? Looks good me...

Not a django-simple-captcha issue, closing.

Same on Ubuntu 20.04, installed from deb file. Downgrading back to 0.10.2 fixes the problem.