Gunslingor
08/17/2019, 11:46 PMjdemeulenaere
08/19/2019, 5:08 PMSabeeh
08/20/2019, 5:04 AMleodamsky
08/20/2019, 12:24 PMorg.springframework.transaction.support.AbstractPlatformTransactionManager
which method doGetTransaction
is actually nullable, but Kotlin compiler doesn't understand that. In the first picture - a method itself and in the second one - method which is used after doGetTransaction
with nullable param. I'm 100% sure doGetTransaction
return type should be treated as nullable.Arian Stolwijk
08/22/2019, 12:23 PMkotlin-jpa
is the way to go when working with hibernate? It makes it easier to define @Entity
classes as data-classes, but is that the best way 🤔Juanoterocas
08/23/2019, 2:48 AMDon Phillips
08/23/2019, 5:15 PMsdeleuze
08/26/2019, 9:52 AMVincent Bonnet
08/28/2019, 1:04 PMSam
09/03/2019, 4:32 AMKtor
for building my own API . But I’m so curious about Web Architecture between Java and Ktor.
So what different Web Application between building base on `java`(Spring Java EE) and Kotlin
(Ktor) ???
What is the relationship of Java and Kotlin when developing web? What different ? what the same things?
ThanksSam
09/03/2019, 5:36 PMCertificates- JKS file format - CER file format
I’m using Heroku for deploying my app , its running on HTTPs look like <https://myapp.herokuapp.com/>
So Do I need to generate a Certificates, JSK, CER for security ??
Ref: https://ktor.io/servers/certificates.html#cer-file-formatAmardeep
09/10/2019, 7:48 AMSam
09/10/2019, 2:47 PMdave
09/12/2019, 1:09 PMJacob Richards
09/15/2019, 5:42 PMCris B
09/17/2019, 7:14 AMStian N
09/17/2019, 1:30 PMThiago Santana
09/18/2019, 10:09 PMjdelaney
09/23/2019, 2:59 PMkotlinx.html
, is there a way to apply a class to all children of a tag? e.g. if I have
fun BODY.card(block: DIV.() -> Unit = {}) {
div("card") {
// I want to apply the "section" class to
// the top-level tags here
block()
}
}
https://github.com/kotlin/kotlinx.html/wiki/Interceptors mentions the ability to transform some HTML but doesn't actually say how.
(I know this isn't best practice for CSS but I'm trying to make some generic functions for a CSS framework I'm using)coder82
09/26/2019, 8:38 AMMarc Knaup
09/30/2019, 2:25 PMCristian
10/01/2019, 4:53 PMMarc Knaup
10/04/2019, 4:55 AMhttps://www.youtube.com/watch?v=M2KCu0Oq3JE▾
Manoj
10/06/2019, 12:29 PMBolu Okunaiya
10/07/2019, 5:29 AMJabez Magomere
10/07/2019, 10:34 AMMouhamadou Gueye
10/08/2019, 9:21 PMMani
10/11/2019, 8:22 PMTanVD
10/14/2019, 1:35 PMjojo.lichtenberger
10/14/2019, 4:30 PMjojo.lichtenberger
10/14/2019, 4:30 PMXavier F. Gouchet
10/15/2019, 7:57 AMjojo.lichtenberger
10/15/2019, 10:14 AM