Frederik Bertling

Results 50 issues of Frederik Bertling

Hi, not sure if this is a problem of the plugins or this example. https://github.com/objectbox/objectbox-java https://github.com/openjfx/javafx-gradle-plugin

Hi, the silent relogin with checkAuth() does not work on first start of the app (like reloading the URL). This has once worked and I've found the corresponding code part....

Hi, is it correct that neither Zip nor Minizip supports zipping/unzipping byte data instead of files? Thanks!

Hi, sometimes you want to have code blocks, that should run in total and not get cancelled in between, e.g. when you call an api and you prefer to handle...

question

Hi, when using SharedFlows the function last() delivered by Reduce.kt through extensions will never return. It collects the flow and suspends until it is completed, but SharedFlows never complete. For...

flow
flow-sharing

Hi, the [androidx.compose.ui.tooling.preview package](https://developer.android.com/reference/kotlin/androidx/compose/ui/tooling/preview/PreviewParameterProvider) has the PreviewParameterProvider interface. It seems to be very useful for @Preview. Please add it to the desktop package :-) Thanks!

Hi, I'm getting a rendering error on composable previews. Configuration: Linux debian testing (bookworm) with Gnome. IntelliJ IDEA 2022.1.4 id("org.jetbrains.compose") version "1.2.0-alpha01-dev750" ``` @Preview @Composable internal fun TestPreview() { Text("Test")...

Any plans to support Java Platform Module System (JPMS)? Currently I get errors on a [minimal gradle kotlin jpms example](https://github.com/Burtan/KotlinGradleJPMS) and I couldn't find any documentation on jpms with objectbox....

enhancement

Hi, I'm trying to save a file served by google app engine blobstore api. It's streamed as the data body from a http GET response. Any chance that this could...

In ObjectBox for java you can retrieve the store from an Box object to easily start transactions. In swift this field is not available so you have to keep a...

enhancement