Élise Rubio
Élise Rubio
Hello @benmarch, Unfortunately I have no errors in the console :( Since you mentionned the Bootstrap 3 CSS stylesheet I have tried: - installing angular-bootstrap using ``bower install angular-bootstrap`` and...
Could you please give the permalink to your prediction?
I've been looking into this issue. If I understand correctly, there are some assertions methods that take options (shouldEqualJson is one of them). Those options contain multiple flags to tune...
Ok, thank you for your answers. Unfortunately kotlinx serialization does not intend to make a feature to fail serialization on duplicate keys (https://github.com/Kotlin/kotlinx.serialization/issues/1990) so I'll have to do the checks...
I've been working on this check on the kotlinx serialization side (https://github.com/Kotlin/kotlinx.serialization/issues/1990). Once I'm done, it should be a piece of cake to use those checks in kotest 😄
A use case of such a feature is to check strict JSON validity. Since the spec does not recommend using duplicate keys, it seems rather natural to allow the user...
@qwwdfsad Hi, I've been working in this issue but I have trouble running the tests with the JVM. I get this error: ``` > Task :kotlinx-serialization-core:compileKotlinJvm FAILED e: Module java.base...
I did it running the tests from my IDE. I'll try your suggestions, thank you.
I managed to run the tests! What I had to do: - make sure I had a jdk 11 installed - make sure it was my default jdk I'm pretty...
That means that the only way to run the JVM tests is to set java 11 as default version on one's computer, which can be pretty troublesome when it's not.