Kevin Jaquier

Results 3 issues of Kevin Jaquier

> Just include `slider.js` and use the package `ui.bootstrap-slider`. I actually had to include `seiyria-bootstrap-slider/dist/bootstrap-slider.min.js` and `seiyria-bootstrap-slider/dist/css/bootstrap-slider.min.css` too. Also, looking at the code, I'm not sure it works without jQuery,...

The `Model` class has all the methods defined in [collections.abc.MutableMapping](https://docs.python.org/3.5/library/collections.abc.html), but doesn't actually implement it: ``` python >>> from collections.abc import * >>> from schematics.models import Model >>> class Foo(Model):...

This seems like an overflow problem where the base `b` is multiplied `k` times without any check in [block_entropy.c](https://github.com/ELIFE-ASU/Inform/blob/77b82514bbafe41550014134372223097b7dbb51/src/block_entropy.c#L16). I got the issue using PyInform's [block entropy function](https://github.com/ELIFE-ASU/PyInform/blob/master/pyinform/blockentropy.py#L74), but the...