Zac

Results 11 issues of Zac

I'm getting the following error: ```exception during macro expansion: java.lang.NoSuchMethodError: scala.collection.immutable.$colon$colon.tl$1()Lscala/collection/immutable/List; at com.wix.accord.transform.FunctionDescriber$class.describeFunction(ExpressionDescriber.scala:145) at com.wix.accord.transform.ValidationTransform.describeFunction(ValidationTransform.scala:24) at com.wix.accord.transform.ValidationTransform.(ValidationTransform.scala:36) at com.wix.accord.transform.ValidationTransform$.apply(ValidationTransform.scala:240) ``` When attempting to create the following validator: ``` object foo...

I'm trying to set up a validator based on the web site example. I've got: ``` import com.wix.accord.dsl._ case class Deck ( id: Option[UUID], number: Int, name: String, code: String,...

Thought I'd try a quick prototype. Ended up with this simple specs2 test: ``` val x = validate(new GPPersonInformation(GPID(1), simpleRandomName(), None, simpleRandomName(), Option("L"))) logger.trace(s"${x.getClass}") if (x == com.wix.accord.Failure) { logger.error("FAILED")...

enhancement
need feedback

It would be fantastic to have improved documentation, probably some more introductory information for the non-functionalist, and possibly a Playground. (Sound familiar?) Approaching Swiftz from a purely Swift (/ Objective...

Xcode has a third kind of notation, a "note." It shows up in grey (as opposed to yellow or red). It would be great to be able to create `note_regex`.

We currently have 999+ warnings. But the good news is, about 750 of them are being generated from third party frameworks, embedded carthage frameworks, and the like. (For example... we're...

What do you think about having an implicit currency? That way you could do: ``` val x: Money = 1 val z = Money(1.00) ```

**Describe the bug** `flyctl` fails to launch app and exits without useful diagnostics: ``` Running Docker release generator Error: failed running /opt/homebrew/bin/mix phx.gen.release --docker: exit status 1 ``` * Operating...

bug

Some time ago SBT deprecated the "test-only" (and other hyphen style commands), and later removed them entirely, in favor of camelCase commands, such as "testOnly" consequently: ``` sbt:ship-service> ~ test-only...

### Dupe Check - [X] I have [searched Warp bugs](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+label%3ABugs) and there are no duplicates ### Describe the bug In all dark themes, choosing to "dim inactive panes" actually causes...

Bugs