Timothy Earley
Timothy Earley
#### Description Display the Dropbox status ("up to date", "syncing") when in the Dropbox directory using the standard dropbox-cli tool. I use this because I tend to jump around in...
When creating a new prolog the closing tag should probably be '?>' but the question mark is omitted [here](https://github.com/rwitzel/streamflyer/blob/ad8bb96f15faf6d1f685273668bb08b7a550c536/streamflyer-core/src/main/java/com/github/rwitzel/streamflyer/xml/XmlVersionModifier.java#L184) This also affects the tests for these cases. I am using...
Hi @timoschwarzer , here is a small PR to fix #159 (hiding archived projects). Let me know if I should adjust anything. Thanks!
## Problem Kotlin mangles some names when value classes are used. See https://kotlinlang.org/docs/inline-classes.html#mangling This mangled name is then used in the reports. ## Solution This commit removes the dash and...