Peter

Results 9 comments of Peter

Not to hijack this issue but is there an idiomatic way to do something akin to monad comprehensions with Kotlin's nullables, ie something that doesn't degrade into nested hell? Currently,...

hi @raulraja - if you are going to preserve Option (🎉) - can I ask why `fun map(f: (A) -> B): Option` is not declared as `inline`? unlike `Option.fold` or...

@Tapac any thoughts? it seems pretty unfortunate not able to turn off autocommit

Thanks @Tapac - that's a bit unexpected, is it a function of Hikari or Exposed to initialize a transaction on every connection when specifying the default schema?

hi @Tapac - any news here?

hi @fteychene - tried to extract a minimal project illustrating some of my challenges: https://github.com/peterfigure/minimal-kofu please start postgres with the included `docker-compose.yaml` and then run `com.peterfigure.Application.main()`, it should show you...

when I use my forked `spring-fu`: ``` ~/develop/spring-fu-fork ‹peterfigure/add_buildinfo_dsl*› $ git diff diff --git a/autoconfigure-adapter/src/main/java/org/springframework/boot/autoconfigure/data/r2dbc/R2dbcDataInitializer.java b/autoconfigure-adapter/src/main/java/org/springframework/boot/autoconfigure/data/r2dbc/R2dbcDataInitializer.java index 650a05ea..6e310069 100644 --- a/autoconfigure-adapter/src/main/java/org/springframework/boot/autoconfigure/data/r2dbc/R2dbcDataInitializer.java +++ b/autoconfigure-adapter/src/main/java/org/springframework/boot/autoconfigure/data/r2dbc/R2dbcDataInitializer.java @@ -47,7 +47,7 @@ public class R2dbcDataInitializer...

Thanks @fteychene - ~~were you able to replicate the other issue with `R2dbcCustomConversions`?~~ actually i'll update the other issue to be a bit more coherent (not very familiar with spring...

I'll try to find some time over the weekend but can't promise anything, also, I don't know Groovy 😳