Doğaç Eldenk
Doğaç Eldenk
Considering Java 21 has been released pretty recently, I think this would be a cool feature to have now. Does having virtual threads mean better performance for blocking tasks? Especially...
> I'm somewhat concerned about introducing a new language people are not familiar with. Maybe we should consider YAML, or does Pkl also have YAML support? Yes, PKL can produce...
I am not entirely sure if it is related but currently our doc service is barely browsable because of the long class names used in controllers. Do you think we...
> As we experienced in #4599 and #5059, our users want more ways to browse and invoke service in `DocService`. It'd be nice if we start to use a layout...
@pwall567 https://kotlinlang.org/docs/type-safe-builders.html This is what I meant. ```kotlin html { head { title {+"XML encoding with Kotlin"} } body { h1 {+"XML encoding with Kotlin"} p {+"this format can be...
> This is expected behaviour as #2754 depends on #2785. it should be solved post #2785 merges. Isn't it better to handle this condition in code before merge? I don't...
> @Dogacel #2785 is now merged. Can you please test your pipeline again with latest Docker image? I'm hesitant about going back to "latest" for a while, will let you...
cc: @tridao @drisspg This is very useful for running `flash-attn` on HCP clusters with relatively old OS versions. Is there anything that needs to be addressed for this PR before...
If you find value in this project, I am willing to pair-up to help. I have recently went ahead and helped a [relatively new CLI tools for interacting MCPs](https://github.com/f/mcptools/pull/5) to...
> I am also interested in MCP. It would be awesome if we could support MCP in Armeria. Here are some suggestions. ```java public class MyMcpService implements McpService { @Override...