Doug Clinton
Doug Clinton
Really liking the library. I recently started using it for a project and it's the easiest and most flexible command line parser I've come across. On feature I'd like to...
I'm working on a project that uses the datadog jvm agent and grpc. Part of the behaviour of the agent is that it injects interceptors into the grpc client and...
This test will fail: ``` it should "extend a path with no key correctly" in { val path = Path("some-bucket") / "key" path must be(Path("some-bucket", "key", None, false, None)) }...
I have a query that is being generated by the Scala Slick library that is giving an error: ``` select * from ORGANIZATION X34 LEFT OUTER JOIN ( ORGANIZATION_ROLE X36...
So this issue probably doesn't belong here, as I'm not sure it's directly an sbt-gihub-packages problem, but I'm not sure where else to start and am looking for some idea....