Adam Rosien

Results 17 comments of Adam Rosien

Should fail if there are NO warts in the block too :)

> WIP at https://github.com/tpolecat/doobie/tree/issue/715 Curious, this branch doesn't exist. Anything I can help with? A client is semi-blocked (HA!) on this.

I removed the `private[syntax]` and then `mapN` and friends appear in the scaladocs. Do you think this is the correct solution, and I should push a PR? ```diff diff --git...

I'm not sure why the implicit classes are marked private in the first place.

The diagram does have a `A => F[A]` part, which doesn't match the referenced code snippet. But the second (`A => F[B]`) and third (`B => F[C]`), do match the...

I have a consulting client that uses this patch and having this merged into an official release would be fantastic! Anything I can do to help make that happen?

Yeah regex's are inherently limited, but I don't want to have to support real parsing because I think the value of sniff is in really simple smell expressions. Tools like...

I can reliably get a weird result using this program, thought it might be useful for the issue even if it isn't using the actual test: ```scala //> using scala...

oops, what i posted is expected behavior (https://typelevel.org/cats-effect/docs/faq#why-is-my-io-running-on-a-blocking-thread) thanks to @armanbilge for pointing that out.

FYI the SbtXjcPlugin unfortunately installs itself globally, so it applies to all projects that have xsd schemas in them, hence the need for the `disablePlugins(SbtXjcPlugin)` expressions sprinkled around everywhere except...