jbwheatley

Results 23 issues of jbwheatley

Very similar issue to #227 . If you use `DoobieEnum` with postgres enum types, you get errors like: `"org.postgresql.util.PSQLException: ERROR: column "shirt" is of type shirtsize but expression is of...

I discussed this on Discord with @RaasAhsan here a while back: https://discord.com/channels/632277896739946517/632286375311573032/844933274890534974 This same error was raised in another service with a different 3rd party client, using http4s-ember-client 1.0.0-M23. I've...

bug
module:ember-client

Found this was a useful combinator when I was writing some library code and thought it would be sensible to add it here :) Creates a `Resource[F, *] ~> Stream[F,...

In these releases you can call the following function on `ProviderInfo` where you provide `authentication` as an instance of `au.com.dius.pact.core.support.Auth`: https://github.com/pact-foundation/pact-jvm/blob/5d50ae618675b689e77de1991b9ba2861efaefb4/provider/src/main/kotlin/au/com/dius/pact/provider/ProviderInfo.kt#L84 with `options: PactBrokerOptions`, which then gets passed to `PactBrokerClient`...

I had the following issue: https://github.com/sbt/sbt-release/issues/259 , which this PR solves.

I have the following release process for my project that cross-compiles in 2.12.10 and 2.13.1 ``` releaseProcess := Seq[ReleaseStep]( checkSnapshotDependencies, inquireVersions, runClean, releaseStepCommandAndRemaining("+test"), setReleaseVersion, commitReleaseVersion, tagRelease, releaseStepCommandAndRemaining("+publish"), setNextVersion, commitNextVersion, pushChanges...

Versioning in the broker does not rely on the version of the consumer for ordering pacts, so we shouldn't need to restrict the publishing of versions containing `SNAPSHOT` https://docs.pact.io/getting_started/versioning_in_the_pact_broker The...

@gvolpe @Daenyth do either of you have access to update this? Cannot release this library currently: https://github.com/profunktor/fs2-rabbit/actions/runs/3189902245/jobs/5204276942

## About this PR 📦 Updates * [dev.zio:zio](https://github.com/zio/zio) * [dev.zio:zio-test](https://github.com/zio/zio) * [dev.zio:zio-test-sbt](https://github.com/zio/zio) from `2.0.22` to `2.1.1` 📜 [GitHub Release Notes](https://github.com/zio/zio/releases/tag/v2.1.1) - [Version Diff](https://github.com/zio/zio/compare/v2.0.22...v2.1.1) ## Usage ✅ **Please merge!** I'll automatically...