-
This is more of a question.
I have around 20 model definitions in swagger.yaml and when i generate code its quite messy with all the models being in same directory. Is there a way to categorize the…
-
Summarizing takes quite a long time, given enough sentences
**To Reproduce**
Run:
`opinosisSummary "Hi, i am leonhard. I like cats. cats like leonhard. Ice cream. Harakiri. This is the longest …
-
# Reasoning
This repo is horribly depressing and some images of cats would drastically improve its overall look and appeal.
# Example
Include images of cute adorable cats like this one: ![Cat Done …
-
Using cats in CIDER + nREPL yields:
```
;; CIDER 0.22.0snapshot (package: 20190326.1752), nREPL 0.6.0
;; Clojure 1.10.0, Java 1.8.0_201
user> (require '[cats.monad.exception :as exc])
(exc/tr…
mwelt updated
4 years ago
-
# There are no cats in this repo 😞
## Please add pictures of cats please 😄
-
i using cats-0.9.2 for localhost (and using WAMP 2.0) , its install successfully and when click on candidate tab its show an error "Query Error -- Report to System Administrator ASAP" with some detail…
-
Given this specific case when a type constructor being injected is the right-right part of Coproduct and defined in object.
```scala
trait Foo[A]
trait Bar[A]
object Baz {
trait F[A]
}
object…
-
Seen them flaky once on Linux. I don’t think it’s frequent but the error looks very bad so reporting
```
16:47:17.697 [HttpServiceWithPostgresIntTest-akka.actor.default-dispatcher-9] ERROR com.daml.…
-
This was brought up during a discussion on CATS. From the user's perspective, can we ease some of the burdens of populating/building many reactions on demand by linking with / using libraries from:
…
-
Would something like this be useful/belong in Cats and if so where would it belong?
``` scala
def const[A](a: A): ConstAux[A] = new ConstAux(a)
final class ConstAux[A] private[cats](a: A) {
def app…