mouse icon indicating copy to clipboard operation
mouse copied to clipboard

A small companion to cats

Results 13 mouse issues
Sort by recently updated
recently updated
newest added

Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 3.5.8 to 3.5.9. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.5.9) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.5.8...v3.5.9) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

**Motivation** I prefer to avoid methods that can throw runtime exceptions, so it'd be very nice to be able to get the tail of a list/set without having to rely...

Dotty-compatibility mode provides a way to use mouse now in Scala 3 projects, eg `("org.typelevel" %% "mouse" % "0.25").withDottyCompat(dottyVersion)` However, Scala 3 migration is also a good time for any...

Here is my work on Scala 3 support. 2 branch strategy - master will be Scala 3.x. Aiming for source compatible with existing mouse, save for a few deprecations. -...

Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.13.8 to 2.13.9. [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.9) - [Version Diff](https://github.com/scala/scala/compare/v2.13.8...v2.13.9) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

There are a bunch of different syntaxes in the `mouse` - for boxed primitive-like data types (`Int`, `Long`, `Boolean`, etc), for collections (`Map`, `Set`, `List`, etc), for nested things (`F[Either[A,...

RFC

## About this PR 📦 Updates * [org.typelevel:sbt-typelevel](https://github.com/typelevel/sbt-typelevel) * [org.typelevel:sbt-typelevel-site](https://github.com/typelevel/sbt-typelevel) from `0.6.6` to `0.6.7` 📜 [GitHub Release Notes](https://github.com/typelevel/sbt-typelevel/releases/tag/v0.6.7) - [Version Diff](https://github.com/typelevel/sbt-typelevel/compare/v0.6.6...v0.6.7) ## Usage ✅ **Please merge!** I'll automatically update this...

## About this PR 📦 Updates * [org.scala-native:nscplugin](https://github.com/scala-native/scala-native) * [org.scala-native:sbt-scala-native](https://github.com/scala-native/scala-native) from `0.4.17` to `0.5.1` 📜 [GitHub Release Notes](https://github.com/scala-native/scala-native/releases/tag/v0.5.1) - [Version Diff](https://github.com/scala-native/scala-native/compare/v0.4.17...v0.5.1) ## Usage ✅ **Please merge!** I'll automatically update this...

I often talk to colleagues who use cats-core, cats-effect, etc... but know nothing about mouse. This is sad because I love mouse and all its features ( which prevents the...

Add methods to `AnyF` to recover errors to `Either` where an instance of `MonadError[F]` is provided. New methods: - recoverEither // not sure if put the `as` or not -...