Cédric
Cédric
Hello, As I mentioned some time ago, I plan to try to write a Chart component for Compose Desktop. When I asked about how to do this, it was suggested...
Hello, In this pull request, I have integrated the possibility to use Func objects in the WHERE clause of a query (it will now be correctly translated in the query)...
Hello, First of all, congratulations for this very useful project. However, while developing an ORM based on this module, I need to use a MySQL function (and more precisely DATABASE())...
Hello, I am looking for a library to display graphics in my Compose Desktop application. I came across yours, so I tried to integrate it as shown [here](https://jitpack.io/#tehras/charts). But when...
Hello, I try to import your library in my project to make graphics, but without success. My build.gradle.kts : ```gradle import org.jetbrains.compose.compose import org.jetbrains.compose.desktop.application.dsl.TargetFormat import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { kotlin("jvm") version...
Hello I have an issue with TinyMVC (I must have an error in my model, but suddenly impossible to debug) : `Fatal error: Uncaught TypeError: Argument 1 passed to TinyMVC_ExceptionHandler::handleException()...
# OS related issued, please help us identify the issue by posting the output of this uname -a: MSYS_NT-10.0-19045-WOW64 Kheops 3.2.0-340.i686 2021-07-04 19:22 UTC i686 Msys The other commands are...
Hello, I'm trying to create a DLL - written in Rust - for communication via socket.io between a NodeJS server and a Ruby application. To do this, I've logically chosen...
Hello, Still with the idea of making a cross-platform application that is not incompatible with Intel GPUs, I use this main.kt : ```kotlin import androidx.compose.material.Button import androidx.compose.material.Text import androidx.compose.ui.window.Window import...