martin

Results 10 comments of martin

https://stackoverflow.com/questions/5258623/remove-special-characters-from-string I think this method: ```python >>> unicodedata.normalize('NFKD', source).encode('ascii', 'ignore') ``` is the simplest and most correct method here, in fact I think that you could just compare the text...

To strip of all non-ascii chars. just to make sure there is nothing at all that could be used to fingerprint the text.

Number of spaces is easy to spot and also easy to fix - eg collapse all spaces to a single one. Typos could be dealt with but I agree it...

I tried v1.0.0-beta.0 and it seems that this issue has been resolved. (However that version seem very slow for me, at least when I deal with 4000x6000 pics)

Actually the issue persist even in the new version, if the image does not download fast enough, I have seen with firefox on my website https://tintinburgh.com/Praha%202018

I can confirm the error. ./manage.py bower_install solves the problem...

Latest ubuntu, I use Django 1.8b2 so that might be issue too.

I think the way to go here is simply use commits signed by the cosign user.

You dont need that, you can simply commit the changes and sign it with the cosign email. On Tue, 7 Nov 2017, 20:30 Robert Phipps, wrote: > Oh of course,...

This is definitely issue on firefox