Hidde Wieringa
Hidde Wieringa
The following test case also fails, which uses no sealed classes, only 'normal' inheritance. ``` open class Parent(val a: String) class Child(val b: String) : Parent(b) @Test fun inheritingClassesShouldHaveSortedOutput() {...
@cowtowncoder I will attach the entire test class (4 test cases) ``` package com.fasterxml.jackson.module.kotlin.test.github import com.fasterxml.jackson.annotation.JsonSubTypes import com.fasterxml.jackson.databind.MapperFeature import com.fasterxml.jackson.databind.json.JsonMapper import com.fasterxml.jackson.module.kotlin.jacksonMapperBuilder import org.junit.Test import java.util.* import kotlin.test.assertEquals class Github377...
Is there an update on this PR? This feature solves problems with serving Docsify with auto-reload where the directory structure is split into multiple directories per concern (source files, static...
Huge thanks to all involved, design and implementation, for this feature!
> @hiddewie as you worked on this feature and are living (I think) in an area where usage might differ, would it make sense to have cycle junctions rendered but...
The last months the text on the shields is very 'thin' and the letters are almost impossible to read for some routes. If this is another issue I will open...
> Could you date "the last months"? Not really. I have been seeing it for quite some time but I never made an issue in this repository, sorry! I will...
I think such an icon has far too much detail for the small font size it may be rendered at. Is the checkbox icon not sufficient?
`.job.tasks` is an array, so you cannot call a field on an array. You can loop over the array with `range .job.tasks` and then use `.resources.cpu` within the range.
I have no idea why the code coverage would change for this PR. It does not touch the source or tests.