codertao

Results 2 issues of codertao

Calling `block::compress::compress_into_with_dict`, with a dict of length of 1,2, or 3 results in a panic at ``` thread 'block::compress_slow::tests::test_all_the_stuff' panicked at 'range end index 4 out of range for slice...

The register method calls 'unique slugify' (or thereabouts) on the username, which removes periods from the username on saving to the database. A subsequent login attempt will find no user...