kyri-petrou

Results 268 comments of kyri-petrou

I'm not an expert on GraalVM's native-image, but from what I understand is that the resulting executable is both OS and CPU architecture specific. I've been able to build `linux/arm64`...

Hi @gvolpe 👋 . Happy to help with maintaining as well in any way that I can. I've only ever used CE3 though, so not too sure how well I...

@jdegoes sounds great, I'll give this a go! /attempt #8807 | [Algora profile](https://console.algora.io/@/kyri-petrou) | Completed bounties | Tech | Active attempts | Options | | --- | --- | ---...

@sideeffffect I'm not sure I'm the best person to review this because my understanding of algebras is basic at best. Are there any specific parts of the code you'd like...

This is the closest I can get to a repro / minimization. Note that the zio dependency / zlayer construction is added because the issue doesn't exist without it. It...

Note that in the service I mentioned I also noticed the issue with some `inline def` methods, but I couldn't figure out how to reproduce it using one of those

> Do you maybe know why it reports warnings in directories like `src/main/scala-3/io/scalaland/chimney/internal/`? Are you building dependencies from sources? Nope, doing nothing like this. I hope the reproduction above might...

> Okay... we'll still need to minimise it down to a snippet without the `zio` and `finagle` dependencies, but at the very least we have some hints now, thanks @kyri-petrou...

@Gedochao this is bizarre. My last repro doesn't emit any warnings if the file has a `.scala` extension, but emits a warning if it has a `.sc` extension. Not sure...

One last bit to note, the macro doesn't need to be in the same source file as `Thrift.client.build[S]("asd")`, it can be anywhere in the same SBT module (in the case...