Ishan Khare
03/02/2018, 5:26 PMString::replace
works?
if so, isn't this a bug, why is it removing my escape sequences?Shawn
03/02/2018, 5:31 PM""" """
which don’t use escape characters to make sure you’re not accidentally missing a backslash or something somewhereIshan Khare
03/02/2018, 5:49 PMShawn
03/02/2018, 5:55 PMcodefinger
03/02/2018, 8:55 PMcodefinger
03/02/2018, 8:55 PM./gradlew build deployHeroku
cedric
03/02/2018, 9:07 PMcedric
03/02/2018, 9:07 PMcodefinger
03/02/2018, 9:54 PMdave08
03/03/2018, 5:33 PMmuralimohan962
03/05/2018, 11:15 AMcedric
03/05/2018, 5:41 PMorangy
orangy
dave
03/11/2018, 2:25 PMThere’s pockets where you can see that somebody sensible has been involved. But it’s not enough to offset the business as usual shit show elsewhere.
I am most angry with their product management. There’s all these clever features that have been built while core functionality still doesn’t work. Of course the clever features also don’t work. Azure automation is a case in point: there’s online test and authoring tools that can’t possibly produce a sensible development process. But basic dependency management and environment isolation doesn’t exit. And resource scheduling is clearly broken somehow.
Still glad I gave it a proper chance. Relieved to be able to kill it quickly.
dave
03/11/2018, 2:27 PMfred.deschenes
03/12/2018, 1:15 PMrocketraman
03/19/2018, 4:07 PMboris79
03/20/2018, 7:20 AMkenkyee
03/20/2018, 1:13 PMdave
03/20/2018, 1:32 PMdave
03/20/2018, 1:45 PMkenkyee
03/20/2018, 1:59 PMorangy
kenkyee
03/20/2018, 6:45 PMXyu
03/20/2018, 6:46 PMtipsy
03/20/2018, 11:55 PMAndrew Gein
03/21/2018, 5:43 PM./gradlew run
. But when I run ./gradlew build
and try to start unpacked distr, I receive
Caused by: java.lang.LinkageError: loader constraint violation: when resolving method "kotlin.sequences.SequencesKt.map(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)Lkotlin/sequences/Sequence;" the class loader (instance of io/ktor/server/engine/OverridingClassLoader$ChildURLClassLoader) of the current class, org/jetbrains/squash/drivers/JDBCDatabaseSchema, and the class loader (instance of sun/misc/Launcher$AppClassLoader) for the method's defining class, kotlin/sequences/SequencesKt___SequencesKt, have different Class objects for the type kotlin/jvm/functions/Function1 used in the signature
at org.jetbrains.squash.drivers.JDBCDatabaseSchema.tables(JDBCDatabaseSchema.kt:13)
at org.jetbrains.squash.schema.DatabaseSchemaBase.createStatements(DatabaseSchemaBase.kt:24)
at org.jetbrains.squash.schema.DatabaseSchemaBase.create(DatabaseSchemaBase.kt:11)
at org.jetbrains.squash.schema.DatabaseSchemaKt.create(DatabaseSchema.kt:30)
As you can see, I use H2 database as squash as ORM.
Have you ever seen this error? Where I may be wrong?Andrew Gein
03/21/2018, 5:43 PMAaron Young
03/23/2018, 7:09 PMSymbol is declared in module 'java.base' which does not export package 'sun.security.util'