Dennis Rieks

Results 7 issues of Dennis Rieks

Hello Arrow Team, I started a new AST-Parsing Library `kotlinx.ast` (https://github.com/kotlinx/ast) that can be used to read Kotlin source files into easy to use data classes (using [antlr-kotlin](https://github.com/Strumenta/antlr-kotlin) and the...

Hi, I'm trying to implement a custom event function in a class extending `QApplication`. ``` public native @Cast("bool") boolean eventFilter(QObject watched, QEvent event); ``` When overriding this function in java,...

bug
enhancement
help wanted

These files are currently not included in `SelfTest.kt` because the processing does not finish within a reasonable time: * KotlinLexer.kt * KotlinParser.kt * UnicodeClasses.kt

bug
enhancement

I'm not working on this, but we should prevent duplicate work, so I'm just mention it here for now.

Hi @kropp, I updated the sample project to kotlin multiplatform and changed it so it depends on the gtk3 project. `PlacesSidebar.onOpenLocation` is missing and commented out in `fileManager.kt`. I moved...

* Fix https://github.com/gradle/gradle/issues/26143 ### Context Currently, the Gradle wrapper does not support "Bearer Authorization". This merge request adds support for Bearer Authorization and allows specifying a username/password and/or token on...

in:wrapper
from:contributor

Added new option `--skip-process-detection` that will start a new instance of no running window was found, fixes #23. I also added a new option `--query`: `start window query mode. you...