karelpeeters
07/22/2019, 11:03 AMelect
07/23/2019, 9:21 AMcompileJava
which on Netbeans/Idea turns out to be blazing fast. There have been some suggestions, like divide the project into modules and activate build cache, but all of this appears to be light patches that only smoothes the problem (because every modification seems likely to trigger a full recompile anyway at module-level).
My big question is why Gradle (and company) lags so behind in terms of performances..dave
07/23/2019, 11:29 AMHamza
07/25/2019, 4:31 AMpoohbar
07/25/2019, 1:35 PM_
but does java/kotlin have similar convention?alex
07/26/2019, 8:56 AMdewildte
07/26/2019, 10:05 PMsksk
07/30/2019, 10:35 AMhttps://www.youtube.com/watch?v=1H4vmT-Va4o▾
gmariotti
07/31/2019, 6:54 AMelect
08/01/2019, 1:41 PMsourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Anyone got the same issue? (apply plugin: 'idea'
doesnt seem to have any effect)Fudge
08/02/2019, 6:29 AMsksk
08/04/2019, 1:50 PMMarc Knaup
08/05/2019, 11:11 AMNikky
08/05/2019, 7:08 PMDavide Giuseppe Farella
08/06/2019, 4:26 PMb: Int? by p.invoke()
is working 😕Mike R
08/08/2019, 5:41 PMdarkmoon_uk
08/12/2019, 9:58 PMjosh
08/16/2019, 4:57 PMlooki
08/22/2019, 7:32 AMFudge
08/22/2019, 6:43 PMorangy
08/22/2019, 9:33 PMGunslingor
08/24/2019, 6:46 PMHasan
08/26/2019, 7:16 PMsksk
08/27/2019, 1:39 PMbjonnh
08/27/2019, 9:08 PMPaul Woitaschek
08/28/2019, 7:46 AM[0..100]
, I might name the property proteinPercent
. Does that make sense? How would you name the property if it was in [0.0..1.0]
?bjonnh
08/28/2019, 3:44 PMgroostav
08/28/2019, 9:52 PMKV
08/29/2019, 11:26 AMorangy
09/02/2019, 8:04 AMorangy
09/02/2019, 8:04 AMlouiscad
09/02/2019, 8:39 AMorangy
09/02/2019, 9:00 AMkarelpeeters
09/02/2019, 10:54 AMMatteo Mirk
09/02/2019, 1:52 PM