Matias Reparaz
03/16/2021, 9:11 PMMattia Tommasone
03/17/2021, 9:27 AMShabinder Singh
03/18/2021, 7:31 PMPaul
03/19/2021, 11:44 AMVikki Bon
03/22/2021, 8:14 AMSebastian Aigner
03/22/2021, 1:03 PMDmitry Kandalov
03/23/2021, 11:37 AMalt+enter, enter
in obvious cases and can finally assign shortcuts to intentions. In particular, for Kotlin it’s good to have shortcuts for Put parameters/arguments on one/separate lines
🎉Alex Queudot
03/23/2021, 1:00 PMdiego-gomez-olvera
03/23/2021, 2:19 PMThis study clearly indicates that memory is allocated to threads at the time of creation, and memory is not allocated based on the thread’s runtime demand. Both hyper working threads and almost dormant threads consume the same amount of memory. Modern Java applications tend to create hundreds (sometimes thousands) of threads. But most of those threads are in a WAITING or TIMED_WAITING state and do nothing.
Philipp Mayer
03/28/2021, 4:53 PMCarmi Grushko
03/28/2021, 7:01 PMktfmt
, a predictable Kotlin code formatter, inside the browser.
ktfmt is distinctive in that it always produces the same output, regardless of how the code looks initially. It is based on google-java-format, if you're familiar with it from Java.
(The website is powered by an AWS Lambda which is notorious for slow cold-startup times for JVM programs, so it might take a few seconds the first time to get a response.
When running locally, it is fast enough to run as a save hook.)Tomasz Krakowiak
03/31/2021, 7:06 AMgammax
03/31/2021, 3:19 PMBig Chungus
04/03/2021, 4:19 PMallprojects
• Local test
module for shared test utilities (a helper function to run coroutine tests in common sourceSet included)
• Local sandbox
module for easy library consumer side checks
• Publication control to avoid multiple publications for targets that can be built on multiple hosts
• ktlint
plugin with automatic git-hooks
• refreshVersions
plugin for better version control
• Main host for publications can be changed via gradle.properties#project.mainOS
property
P.S. Commonizer breaks if I bump kotlin version to 1.5.0-M2, Might be something JB folks want to look into as a potential regression.basher
04/04/2021, 10:41 PMCh8n
04/05/2021, 4:28 AMdimsuz
04/09/2021, 6:01 PMBig Chungus
04/14/2021, 2:35 PMStephan Schroeder
04/15/2021, 8:39 AMAlex Vanyo
04/20/2021, 4:52 PMalllex
04/23/2021, 11:12 AMescodro
04/23/2021, 7:37 PMpjagielski
04/25/2021, 9:22 PMHUONG
04/26/2021, 2:18 AMCicero
04/26/2021, 11:31 AMtravis
04/29/2021, 6:40 PMaltavir
04/30/2021, 8:17 AMspace.kscience
) and mavenCentral publishing (no longer depends on 3-rd party libraries from bintray) as well as Kotlin 1.5 in the core. There are only minor changes in features, but there are some bugfixes and the general code cleanup. Jupyter integration is now based on new notebook API, so the integration status goes beta (here is a short tutorial about that). There are still some hiccups with resource loading.
Have a nice Kotlin plotting.Matt Anger
05/04/2021, 7:12 PM