Stephen Hogan

Results 3 issues of Stephen Hogan

In our project, we'd love the ability to specify a global `id_fetcher` since all of our objects are using uuids and we don't want to use the DB`id`.

Oban.Pro.Decorator is using `decorated` as a module attribute which is conflicting with this library and causing neither decorator to function properly. Namespacing this attribute should fix this.

We are using both this library (which is great, thanks by the way!) and the Oban.Pro library but there is a naming collision among module attributes between these two for...