Naftoli Gugenheim

Results 591 comments of Naftoli Gugenheim

But it's not for cats IO. For cats IO use kubukoz/slick-effect

👋 That would be great, and is one of the things we can look into after Scala 3 support ships. But what does your vision look like exactly?

There's a lot more Future usage than that file On Fri Sep 16, 2022, 10:30 AM GMT, Heikki Vesalainen ***@***.***> wrote: > I don't have a vision other than a...

Sure, but it would be a much bigger change than that. Do you want to have a chat about it?

@frosforever are you around?

@frosforever who owns slick-cats?

> ``` scala > db.run(compiledGet(id).result)` > def getQuery(id: Rep[Long]) = tables.filter(_.id === id) > val compiledGet = Compiled(getQuery _) > ``` You don't have to write it that way. You...

Not sure, can you show me how to do it the verbose way? On Mon, Jun 8, 2015, 4:50 AM Schmitt Christian [email protected] wrote: > @nafg https://github.com/nafg and how would...

You can pass a Long where a Rep[Long] is expected (if you have the implicits in scope) On Fri, Jul 24, 2015, 4:26 PM Vít Å esták [email protected] wrote: > I...

Perhaps it would make sense to not bake optimistic locking into slick on that level, but instead provide an api for optimistic locking that sits at a higher level, similar...