Mickey Donaghy

Results 9 issues of Mickey Donaghy

Not yet for review, just for discussion in #1127

Minimal example: https://scastie.scala-lang.org/NU86Wy4kTTukZzaSTUM2VA I think this is because `AsyncIOSpec` passes scalatest's `executionContext` which is `serialExecutionContext` and not really suitable for general-purpose use.

bug

It looks like there's no scaladoc for the various Tuple\*SemigroupalOps classes - e.g. on https://typelevel.github.io/cats/api/cats/syntax/package$$apply$.html there is a link to `ApplyOps` documentation but not to `Tuple2SemigroupalOps`. And searching for `mapN`...

This probably isn't suitable for merging as-is, but opening for discussion: we have a use case where we want to derive instances where some of the methods return fs2 `Stream`,...

macros

I don't know if there's enough demand/need for this, but I had a use case where I needed something like `debounce` but that keeps all the elements of the stream,...

I don't know whether this is a deliberate design decision, but it seems wrong to me: the `TupleNSemigroupalOps` classes offer a consistent family of methods like `mapN` and `traverseN`, but...

Simplified/standalone version of the first failure case I'm hitting from [tierney](https://github.com/m50d/tierney). I have no idea whether this case is even possible to fix, but figured it was worth raising. `testSuccess`...

## Current Behavior https://github.com/ZooTools/email-spell-checker/blob/420dc73a72316848c2bd908c6fb95e4aa9aa0855/src/lib/suggest-email.ts#L90 constructs a regex by string manipulation, which causes an exception if we reach that line with a domain that contains invalid regex syntax. ## Expected Behavior...

bug

Fix for this plugin on Scala 2.13.14 (and possibly 2.13.13) I can't test whether this will work in e.g. 2.11 as my JVM is too new. With upgrades to scala...