Adam Jorgensen

Results 31 comments of Adam Jorgensen

@hoatle Hi, nice to see you're taking over maintenance of this. With regards to the PRs against this repo, have any or all of them been merged in to your...

@hoatle Great. Just wanted to check as I will probably be adding your fork to a project I'm working on...

+1 I can't believe Dragonfly still doesn't support this!

@neko-kai I think maybe you misunderstood. I'm trying to use distage without using ZIO, Cats or anything like that. As mentioned, I can get stuff with `unsafeGet` or `unsafeAllocate` and...

Sorry, meant to include some sample code as well ```scala import distage._ trait A: def run(s: String) = s + " " + s class anA extends A trait B:...

@neko-kai Oh man, to think it was so simple XD Thanks a lot :-)

@neko-kai Oh sweet, I found a weird Scala bug :-)