Mr Rogers

Results 14 comments of Mr Rogers

love the idea here. Adding it wholesale really slows down my test suite.

I was looking into submitting a PR that replaced `optimist` with `minimist`. Would you, the owner, prefer `yargs`? Do you have a preference? It does seem like `minimist` doesn't have...

I ran into a similar thing recently. In the initializer where i do `config.user_class = User` Rails complains that it can't find `User` class. ``` NameError: uninitialized constant User #...

On further investigation, just adding requires in the `initializer` doesn't quite cut it. Instead I used `Rails.application.reloader.to_prepare do` to properly load sorcery for an initializer and it seemed to help...

This test update work would go on the `master` branch? You don't have a `v1` branch in flight, right? I might be able to find a little time to look...

I noticed that #1 takes the first step towards this end. I also looked at solving this without modifying the interface, but because the methods return an array of items,...

I'm not an owner/maintainer here but I don't believe that is supported yet. `label` and `caption` and `annotate` which are all ways to get text on an image require special...

I'm seeing something likely related. I have a set of failing tests. From the command line I run `yarn test --watch` and it runs the failing tests. ``` Test Suites:...