Leonardo Colman Lopes

Results 150 comments of Leonardo Colman Lopes

Hey! I started doing some work on this in my personal stack: https://github.com/LeoColman/MyStack/tree/main/singlelink I've managed to get Singlelink to run in that docker-compose file. I still need to tweak the...

@jimmybisenius I've created a repository with a Singlelink docker image, published do DockerHub It also contains a setup on how to create a postgres + singlelink docker-compose. https://github.com/LeoColman/singlelink-docker-compose Maybe you...

In the meantime, perhaps we should go for the java alternative?

Perhaps you can change that bit to java and use `toKFunction` or something like that? On Mon., Sep. 9, 2019, 15:13 Cedric Beust, wrote: > I started looking into this...

This is definitely interesting! My initial guess is that Kotlin compiler is doing some optimizations which is changing the order of things

I think this PR is a duplicate of https://github.com/kotest/kotest/pull/3190. Do you think both have the same goal, @nikunjy

I approved the run again. > No. That one is very specific to gradle I stand corrected, I overlooked the "wildcard" keyword only :P

I think this is a tough one. `listOf(1, 1, 2, 2) shouldContainOnly listOf(1, 2)` is pretty ambigous to me what should actually be the result here just from the name

Go for it! I'll assign it to you