Naftoli Gugenheim

Results 591 comments of Naftoli Gugenheim

Having a nicer API is a great idea. Also see my alternative code generator at https://github.com/nafg/slick-additions#slick-additions-codegen. It uses scalameta instead of raw strings. It's more flexible in some ways but...

PR welcome, alternatively perhaps give my code generator a try: https://github.com/nafg/slick-additions#slick-additions-codegen It's based on scalameta instead of raw strings, and should be very easy to work with.

I'm confused. Is the issue specific to OffsetDateTime or does it apply to LocalDateTime?

Why can't Futures just pass around an implicit SourceCodeLocation macro? On Tue, Sep 8, 2015, 9:45 AM Stefan Zeiger [email protected] wrote: > You can already name a DBIOAction. While this...

How about using something like @lihaoyi's `sourcecode` which can capture the line number, variable name, etc., of the offending action(s)? Honestly Future should do that, but at least DBIO could...

If anyone has an idea how to solve this, a PR would be great

Anyone offering a PR? ;) On Wed, Aug 12, 2015, 4:01 PM Xavier Fernández Salas < [email protected]> wrote: > +1 > > — > Reply to this email directly or...

I don't know, are those docs for version 1 or version 2? On Sun, Oct 22, 2017 at 12:08 PM Martin Spencer wrote: > @nafg What do you mean with...

Ok thanks for clarifying On Mon, Oct 23, 2017, 4:03 PM Martin Spencer wrote: > @nafg At this point all documentation that is > not explicitly for version 2 is...