Mark Canlas

Results 15 issues of Mark Canlas

I recently changed my scalafix settings from ```scala addCompilerPlugin(scalafixSemanticdb) ``` to ```scala semanticdbEnabled := true, fixSemanticdb.revision ``` as documented at https://scalacenter.github.io/scalafix/docs/users/installation.html We've started to see non-deterministic errors like ``` warning:...

This gets us some of the way there but doesn't replicate any of the publishing functionality. It's a bit annoying to test due to the side-effecting nature of publishing and...

In the docs there is frequent mention of `DriverManagerTransactor` but there doesn't seem to be anything by that exact name. Did you mean `Transactor.fromDriverManager`? In either case, this should be...

Includes two independent proposals per #614 1) `matches` partial pattern match combinator 2) `existsRight` combinator for asserting `ApplicativeError` Proposal 2 is more a strawman, I'm not confident in it at...

What do we think? Tried to provide more vibrant information by using `Show` Inspired by https://www.scalatest.org/user_guide/using_inside ```scala def matches[A](x: A)( f: PartialFunction[A, Expectations] )(implicit pos: SourceLocation, A: Show[A] = Show.fromToString[A]):...

Since `monix` is no longer maintained, we should upgrade the effect/cancelation framework to `cats-effect` Hello from the Scala Spree at Scala Days 2023 Seattle! cc @tgodzik

enhancement
difficulty / hard

Requires https://github.com/typelevel/scalac-options/issues/81

https://github.com/scala/scala3/releases/tag/3.4.1-RC2

I noticed that the underlying Dynamo client is a member of the table definitions. I am wondering why this is the case? It feels like it goes against my intuition...

Underlying Dynamo queries can consume the indexes they hit in an ascending or descending order. The default value is `ascending`