Dave Nicponski

Results 13 issues of Dave Nicponski

https://oss.sonatype.org/content/repositories/snapshots/org/cvogt/ no longer appears to have this library present. ``` [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: org.cvogt#compossible_2.11;0.2: not found [warn] :::::::::::::::::::::::::::::::::::::::::::::: ``` (I enjoyed your...

Version: 3.13.0 Module: quill-core For various reasons (*), it would be _really_ convenient to allow a user to manually select the trait used to annotate nested case classes for row...

Issue #1257 is happening still with modern bazel and rules_scala. ``` $ bazel build @io_bazel_rules_scala//src/java/io/bazel/rulesscala/scalac:scalac.jar 2>&1 | $PAGER ────────────────────────────────────────────────────────────────────────── │ STDIN ────────────────────────────────────────────────────────────────────────── 1 │ INFO: Invocation ID: de2a58ee-4a26-428c-b775-8990ef9c6017 2 │...

Not a new desire or request, of course. See this [prior issue](https://github.com/bazelbuild/rules_scala/issues/962) as an example. We'd really like to be able to build different targets with different versions of Scala...

Let's say I have 2 sql array literals (in scala as lists): `val a = List("a", "b", "c")` and `val b = List(1, 2, 3)` I want to do a...

Slf4j docs show a pattern of using `{}` in log format message (see http://www.slf4j.org/manual.html#typical_usage) However, the bridge implementation uses `String.format` everywhere (see eg. https://github.com/zio/zio-logging/blob/master/slf4j-bridge/src/main/scala-2/org/slf4j/impl/ZioLogger.scala#L20), which doesn't substitute the arguments' `.toString`...

Consider: ``` @effect.option def fn() -> Generator[Any, Any, List[str]]: x: int = yield 42 y: str = yield f"{x} as a string" z: List[str] = yield from Some([y, str(x)]) return...

Hello, It looks like you've stopped publishing libraries for scala 2.13. Is there a reason? Can you publish the recent 0.4.x releases for 2.13? Thanks!

Apologies for using an Issue for this question. It seems like activity has stopped, whereas the more official `rules_scala` is still undergoing active development. However, this package has some niceties...

I believe the example was incorrect. Hopefully this fixes it, but feel free to reject if I missed something.