Greg Zoller

Results 18 issues of Greg Zoller

I'm following the directions to set up/configure and am not able to connect. I've downloaded a fresh Docker image from DockerHub. Run it. Seems healthy. If I climb inside with...

I'm using the latest 3.0.1 build, which seems to be built with JDK 14, correct? (Tried building my app with JDK 13 and got an error that fast-serialization was using...

One irksome omission from the JSON spec is the ability to have non-String keys. While true that objects are String->value pairs, many languages support Map collections having non-String keys. For...

I tried using the Coveralls Github Action and received an error that it couldn't find the lcov.info file. I've been using Coveralls with scoverage (via sbt plugin) for quite a...

set-up

When I run the scapegoat task (1.2.1) I see lots of useful output on the console but the HTML report has only one info item in it. This is a...

I see munit has moved to 1.0.0 (M anyway). That's a bump from the pre-1 versions. What I don't see (at least easily) is any reference to what has changed...

Thanks for a great repo! It looks like Alpine is positioning themselves to be the successor to Busybox. This is a request for an Alpine flavor of the oracle jre/jdk...

It would be a great addition to Jerkson if it supported ser/deser of Scala Enumerations. Sample below: object Day extends Enumeration { val Mon, Tues, Wed, Thurs, Fri, Sat, Sun...

If you're drilling down into an API and click on something you (today) see the docs for that object/class/trait. What you don't see anywhere is the package that object/class/trait lives...

I have noticed that reflection hasn't been something the Dotty team has been very excited about so far. Please reconsider, and add reflection to Dotty/Scala3. A number of projects rely...