Pascal Chambon

Results 35 issues of Pascal Chambon

The importd server runs fines, d()-injected settings work well, but when I use d.main() to issue django management commands, "diffsettings" doesn't work (although "shell" works). Packages: dj-database-url==0.4.1 Django==1.9.7 envdir==0.7 fhurl==0.1.8...

The title says it all, other AES modes and bare CHACHA20 are already supported by wolfcrypt-py, but not these (or AES-XTS either) B-) Thanks for the nice crypto lib!

enhancement

Hi, I've just caught why text behaved weirdly : the $timeout between slices was based on the NEXT slice of text instead of the current one. Here is a proper...

This line : return _(this.steps).map('year').compact().uniq().sort().value(); has a problem : when having 11 years, year 10 and year 11 are sorted before year 2 ; it must confuse strings and numbers....

Hello, it seems no operation is done, on form submission or on access to quill.html, to ensure that the HTML tags of the quill field are secure and correspond to...