Doğaç Eldenk
Doğaç Eldenk
Motivation: Explain why you're making this change and what problem you're trying to solve. Modifications: - List the modifications you've made in detail. Result: - Closes #. (If this resolves...
I am geetting the following error: ``` Unexpected exception while formatting a request log: {request log's string representation here} No serializer found for class com.linecorp.armeria.common.DefaultRpcRequest and no properties discovered to...
Pkl is a modern, open-source, type-safe configuration language developed and maintained by Apple. > Pkl — pronounced Pickle — is an embeddable configuration language which provides rich support for data...
I think the deployment of Central Dogma is not straightforward because it contains stateful data. Most popular open source projects provide Helm charts to demonstrate how their applications should be...
### Description ``` File "/usr/bin/FoScanner/Scanners.py", line 242, in __get_license_nomos if scan_license['license'] != 'No_license_found': ~~~~~~~~~~~~^^^^^^^^^^^ TypeError: string indices must be integers, not 'str' ``` #### How to reproduce In CI, ```...
I think it makes sense to optionally generate DSLs as well. I was thinking about storing my k8s configuration on kotlin DSL, found about this codegen however it only generates...
https://github.com/kscripting/kscript/blob/6acd4e1907478c49cc4e3db640200f926933b15d/src/main/kotlin/io/github/kscripting/kscript/code/GradleTemplates.kt#L69-L78 Here I see that we don't use `runtimeClasspath` and in some scenarios, we need to. I guess something like so, ```groovy from({ configurations.runtimeClasspath.get().map { if (it.isDirectory) it else zipTree(it)...
Update Dockerfile to the latest kscript and kotlin (compatible < 2). Change docker image to be the Gradle image so it comes with jdk-21 and Gradle installed. Gradle is required...
I think we should include an `--output -o` paramater that we can use to specify the package output. Otherwise it is though to figure out where the packaged app is...
[Armeria](https://armeria.dev/) is a popular microservice framework. I think it would be a good idea to support Armeria controllers like Micronaut / Spring.