Patrick Geselbracht
Patrick Geselbracht
Thinking about it a bit more: How well can Coroutines be used from Java? Maybe we should just have an _additional_ module for coroutines? (We should then upgrade RxJava to...
I’m not sure about the current landscape of Java development. I’ve been a Kotlin-only Android developer for the last few years, and even before that I solely developed Android apps...
> Project does not allow star imports, IntelliJ formatter reformats code to use star imports Just checked: `gradle check` does not raise any issues with star imports
Let me check again when working on a larger task. Then I should notice any oddities in the auto-formatter. But either way I wouldn’t mind this ticket staying open. It’s...
> I think what you write should be true for all presets of the type directionalCombo [ideditor/schema-builder#combodropdown-fields](https://github.com/ideditor/schema-builder?tab=readme-ov-file#combodropdown-fields) > This new type was introduced only a short while back to handle...
> Apart from "Established" issue that you already noted, are you sure it conforms to "💤 Not an overwhelming percentage of quests have the same answer (No spam)"? Could you...
Just notifying that https://github.com/ktorio/ktor/pull/4032 has been merged by now 😊
This one is _very_ easy to get right with [`DateTimeFormatter#ofLocalizedDate`](https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html), but that’s a Java8 `java.time` class. I’d like to implement `java.time` anyway in #37 and then this one here would...
@naveensingh Speaking of testing: I was quite astonished that there’s not a single unit test in this codebase. Is there a reason for that?
@bocops How do you feel about having `CredentialAccount` extend `Account`? You write “inheritance and data classes don't mix well”, but which part specifically do you mean?