You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, the API I'm using requires me to send Map[String, A] as {"key": $string, "value": $a} and not {$string: $a}. I've created a custom Map[String, A: Encoder] to do this but it isn't picked up by scalapb-circe.
The text was updated successfully, but these errors were encountered:
For example, the API I'm using requires me to send
Map[String, A]
as{"key": $string, "value": $a}
and not{$string: $a}
. I've created a customMap[String, A: Encoder]
to do this but it isn't picked up by scalapb-circe.The text was updated successfully, but these errors were encountered: