macwire icon indicating copy to clipboard operation
macwire copied to clipboard

Lightweight and Nonintrusive Scala Dependency Injection Library

Results 85 macwire issues
Sort by recently updated
recently updated
newest added

When using Spark with external resources like a database, a somehow common pattern is to make the database client shared between tasks so the connection pool is shared. Otherwise, with...

Updates * [org.scala-lang:scala3-compiler](https://github.com/lampepfl/dotty) * [org.scala-lang:scala3-library](https://github.com/lampepfl/dotty) * [org.scala-lang:scala3-library_sjs1](https://github.com/lampepfl/dotty) from 3.0.2 to 3.2.0. [GitHub Release Notes](https://github.com/lampepfl/dotty/releases/tag/3.2.0) - [Version Diff](https://github.com/lampepfl/dotty/compare/3.0.2...3.2.0) - [Version Diff](https://github.com/lampepfl/dotty/compare/release-3.0.2...release-3.2.0) I'll automatically update this PR to resolve conflicts as long...

## About this PR 📦 Updates * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala) from `2.13.12` to `2.13.13` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.13) - [Version Diff](https://github.com/scala/scala/compare/v2.13.12...v2.13.13) ## Usage ✅ **Please merge!** I'll automatically update this...

## About this PR 📦 Updates * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala) from `2.12.16` to `2.12.19` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.19) - [Version Diff](https://github.com/scala/scala/compare/v2.12.16...v2.12.19) ## Usage ✅ **Please merge!** I'll automatically update this...

## About this PR 📦 Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from `3.2.9` to `3.2.18` 📜 [GitHub Release Notes](https://github.com/scalatest/scalatest/releases/tag/release-3.2.18) - [Version Diff](https://github.com/scalatest/scalatest/compare/release-3.2.9...release-3.2.18) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

Following discussion on: https://softwaremill.community/t/scala-3-fails-to-wire-constructor-param-with-implicit-lookup/346 The below example fails to compile with Scala 3. But works with Scala 2.x Scala version: 3.3.1 macwire version: 2.5.9 ```scala import com.softwaremill.macwire.wire type DBIO[T] class...

Is there an alternative for `macrosakka` to be used with Pekko?

@adamw Can't reopen https://github.com/softwaremill/macwire/issues/273 and create a new issue since reproduct the problem. I use `macwire` to implement a web-app's `injection` using `cats-effect` with a simple way. And it seems...

[Demo Repository](https://github.com/k0rn1/macwire-bug-example) The following code produces a different outcome when using Scala 3: ``` import com.softwaremill.macwire.wire case class Berry(var name: String) case class Basket(berry: Berry) object Main extends App {...

## About this PR 📦 Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from `3.2.9` to `3.2.19` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...