edvin
05/16/2017, 7:25 AM<http://api.post|api.post>("some/path${params.queryString}")
- which isn't ideal.ron
05/16/2017, 8:18 AMedvin
05/16/2017, 8:36 AMjavax.json
, then I added some sugar on top of it.edvin
05/16/2017, 8:36 AMJsonBuilder
and lots of extension functions.ron
05/16/2017, 8:36 AMron
05/16/2017, 8:36 AMnimakro
05/16/2017, 8:48 AMron
05/16/2017, 8:48 AMnimakro
05/16/2017, 8:48 AMkastork
05/16/2017, 9:32 AMedvin
05/16/2017, 9:39 AMjson.add(string, int?)
and friends to json.add(string, number?)
and dealing with the type inside that function istead.edvin
05/16/2017, 9:41 AMkastork
05/16/2017, 9:42 AMworkspace
it should be safe for a view to remove itself from the navigation stack like this...
override fun onUndock() {
workspace.viewStack.remove(this)
}
correct?kastork
05/16/2017, 9:47 AMjava.lang.IndexOutOfBoundsException
mikehearn
05/16/2017, 9:57 AMmikehearn
05/16/2017, 9:57 AMedvin
05/16/2017, 10:14 AMedvin
05/16/2017, 11:13 AMLong
inside it: var qty by property<Int>()
- but if I change the definition to var qty: Int by property<Int>()
it's OK.edvin
05/16/2017, 11:13 AMedvin
05/16/2017, 11:13 AMvar id by property<Int>()
edvin
05/16/2017, 11:13 AMedvin
05/16/2017, 11:29 AMcolumn.makeEditable
.edvin
05/16/2017, 11:43 AMedvin
05/16/2017, 11:44 AMkastork
05/16/2017, 11:46 AMkastork
05/16/2017, 11:51 AMJsonTests
edvin
05/16/2017, 12:00 PMkastork
05/16/2017, 12:09 PMedvin
05/16/2017, 12:09 PMedvin
05/16/2017, 12:10 PM