Mpampis Kostas
Mpampis Kostas
Hi folks, i made a gem for addressing various bullet false negatives / positives like this one. It is called [prosopite](https://github.com/charkost/prosopite).
Hello! Wouldn't you achieve the same by using the Prosopite.raise setter? ```ruby def _raise_on_n_plus_ones Prosopite.raise = true yield ensure Prosopite.raise = false end ``` The setter should probably be modified...
The `add_footer` option of bullet is indeed very useful. I will probably add it when i have some spare time. Thanks for the feedback!