-
file Users.kt
```
import org.jetbrains.exposed.sql.Table
object Users : Table("users") {
val id = integer("id").autoIncrement().primaryKey()
val name = text("name")
val birth_date …
-
### Use case:
The use of default arguments (no arguments specified) when calling the constructor of the generated `Record` class appears to be using the table defaults.
On the other hand, the actual…
-
```kt
val result = transaction {
ServerRow.findById(server.id)!!.load(ServerRow::owner)
}
println(result.owner.lokin)
```
ServerRow
```kt
class ServerRow(id: EntityID) : UUIDEntity(id) {
…
-
As with `unfold()` in krangl (see https://holgerbrandl.github.io/krangl/data_model/#to-type-or-not-to-type), it would be great if kotlin-df could provide a similar API. Clearly, this could be done man…
-
When we started building this tool, the choice of WebIDL for interface definitions was deliberately short-term (ref [ADR-0001](https://github.com/mozilla/uniffi-rs/blob/main/docs/adr/0001-mvp-webidl.m…
-
`.pom` with same coords is different on these 2 repos:
Maven Central:
https://repo1.maven.org/maven2/de/undercouch/gradle-download-task/4.1.1/gradle-download-task-4.1.1.pom
AND
Gradle Plugin Po…
-
The google play log currently shows a lot of crashes in the event bus. To be exact, the crash log is:
Crash log
```kotlin
Exception java.lang.ExceptionInInitializerError:
at kotlin.reflec…
-
Do you have a roadmap for the mobile libraries?
Are you planning rewrites in the platforms' specific languages (i.e. Kotlin/Swift) or a port of Iroh via cross-compilation?
I am currently looking…
-
Hello Benoit @bobeal, si c'est toi qui voit mon issue, nous nous connaissons (Alain Galdemas de Eridanis)
Let's go to the subject,
I found that the neo4j URI `spring.neo4j.uri = bolt://localhost:76…
-
We currently expose Rust bindings for `compact_formats.proto` in the `zcash_client_backend` public API, because we need the types in various places. However, we've never added similar bindings for the…
str4d updated
2 years ago