-
After opening #678, I noticed it failed because the new json file didn't conform to prettier formatting rules. We can avoid the hassle here by setting up a pre-commit hook that auto-fixes these issue…
-
The Kotlin SDK currently supports string-based queries which are standard RQL (Realm Query Language) queries.
This has the advantage over the query system in Realm Java, that it is much more expressi…
-
Hi @pwittchen, now that [Kotlin Coroutines Flow](https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.3.0) is stable, I'm wondering if there's any interest / plans to migrate the project to kot…
-
I am writing to share suggestions regarding the use of `ImmutableList` within the Kotlin ecosystem, particularly in the context of Android development using Jetpack Compose. As a Kotlin developer, I h…
-
## Background and Motivation
An approved F# suggestion is being drafted [as an RFC](https://github.com/fsharp/fslang-design/blob/master/drafts/FS-1095-requirenamedargumentattribute.md) that enforce…
-
If `integrationTest` is the only test module in the project then the task `jacocoIntegrationTestReport` is skipped.
Just by adding the empty folder structure `test/kotlin` the task will be executed…
-
## Title:
Solution2 - C# Discord Conference
## Description:
An event that the C# Discord server is hosting called Solution2. This is the second conference they’re hosting, the first being Soluti…
-
Currently, on Linux, the organisation name is ignored, and e.g. `ProjectDirs::config_dir()` will return simply `~/.config/appname`. This may be enough for applications with some very unique names, but…
suve updated
2 months ago
-
Something like pipeline: `search line numbers of interesting places in code` -> `database of line numbers for interesting places` -> `see that documentation has up-to-date links for those URLs`
We …
-
### Description
When running on Android with `newArchEnabled=true` in gradle.properties, `RiveReactNativeView` shows on screen that: 'RiveReactNativeView' is not Fabric compatible yet.
I am trying…