Sebastian Gallese

Results 3 comments of Sebastian Gallese

Interesting seeing the work done in `core-legacy`. Is there a reason to prefer a DIY [LocalDate](https://github.com/iSoron/uhabits/blob/dev/uhabits-core/src/commonMain/kotlin/org/isoron/platform/time/Dates.kt#L35) vs using a multiplatform library like [kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime)? Same question for: [ResourceFile](https://github.com/iSoron/uhabits/blob/dev/uhabits-core-legacy/src/main/common/org/isoron/platform/io/Files.kt#L76) vs [kotlinx-io](https://github.com/Kotlin/kotlinx-io) [Database](https://github.com/iSoron/uhabits/blob/dev/uhabits-core-legacy/src/main/common/org/isoron/platform/io/Database.kt)...

@Lissidragon if you click the filter option, do you have "Hide completed" checked? When I have this option checked, the task is hidden for me once I complete the task....

This is helpful, @Lissidragon, thank you for the extra context. I'm new to this project, and I think you've raised an interesting point. The [hide completed filter](https://github.com/iSoron/uhabits/blob/dev/uhabits-core/src/jvmMain/java/org/isoron/uhabits/core/models/HabitMatcher.kt#L29) will hide a...