Chad Jaros
Chad Jaros
I have no idea what 'confirm the type defined in the implicit method' means, or how to do that. My expectation that when I type `.transactionally` at the end of...
Thank you. I'm not sure how I would have figured that out on my own. Perhaps the mechanics of DBIOAction generics could be documented?
Thanks for looking at this @nicoleczhu The problem is that if you comment out the line `console.log('Failed to report error', err);`, the error is still printed to console - stderr...
I really like the pattern that [SLF4J](http://www.slf4j.org/) uses, and a similar thing can be built in JS. We've built a package like this where I work and it's very flexible....
This is still happening in 29.5.0
I had to use the syntax `-e=./src/**/*.tx` to make it work