originalrusyn
originalrusyn
Could you please make it possible to use different ComboBox sub classes in Spreadsheet or at least in TableView?
Could you please clarify what I'm doing wrong? ``` #!/usr/local/bin/kscript @file:DependsOn("com.sealwu:kscript-tools:1.0.21") "date".evalBash(true) ``` throws ``` [kscript] [ERROR] Compilation of scriplet failed: [kscript] [ERROR] Command : 'bash -c /Users/m/.sdkman/candidates/kotlin/1.7.21/bin/kotlinc -classpath '/Users/m/.m2/repository/com/sealwu/kscript-tools/1.0.21/kscript-tools-1.0.21.jar:/Users/m/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.31/kotlin-stdlib-jdk8-1.5.31.jar:/Users/m/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.5.31/kotlin-stdlib-1.5.31.jar:/Users/m/.m2/repository/org/jetbrains/annotations/13.0/annotations-13.0.jar:/Users/m/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.5.31/kotlin-stdlib-common-1.5.31.jar:/Users/m/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.31/kotlin-stdlib-jdk7-1.5.31.jar'...
Feature Request: Ability of saving filters and search queries to be able load them again and apply
It would be nice to have such feature.
**Is your feature request related to a problem? Please describe.** I'm consistently challenged when documenting Java APIs using OpenAPI Description (YAML or JSON) due to the absence of native support...
**Problem** Currently, there is no built-in mechanism for generating unique identifiers that are both time-sorted and globally unique. This lack of functionality complicates the efficient organization and querying of records...
**Describe the bug** The springdoc does not display the specific value of a constant documented using the @value JavaDoc tag in the generated API documentation. Instead of showing the value...
**Describe the bug** When configuring `springdoc.api-docs.version=openapi_3_1`, SwaggerUI does not display custom extensions defined in the OpenAPI specification. The extensions are visible in the OpenAPI JSON or YAML output but do...