Pierre Ricadat
                                            Pierre Ricadat
                                        
                                    I think the FAQ would be good for the questions that get asked on Discord very often and have simple answers such as "forkDaemon" or "ZIO.foreach". Even if people keep...
For ZIO interop, the repo is this one https://github.com/zio/interop-cats
Btw hopefully Mirrors should support it soon: https://github.com/lampepfl/dotty/pull/11686
There is a simpler way which is using the `@GQLName` annotation. Using the parent namespace is probably not desirable in the most cases and we can't really do it in...
I think it's difficult to find a heuristic that satisfies everyone but there might be ways to reduce the boilerplate so I'll keep this open and give it some thoughts...
Added the issue that Scaladoc is failing on `CalibanClientGenerator_0.scala` at the first run
Actually it doesn't happen if I simply run `doc`. It only happens when I run `docker` from the sbt docker plugin. Maybe it does things in a weird order. Might...
See my comment in the other issue, that's an invalid schema. We won't be able to generate a proper query for it.
Let's catch that case and fail with a nice error message rather than generating code that doesn't compile.
@jyoo980 that would be in ClientWriter.scala