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
Running this code will hang indefinitely without an error. The cause seems to be the given. Replacing it with implicit def solves the hanging issue (implicit val doesn't).
Config file looks like this:
my-config {
# all data related to odinson is stored here
data-dir = ${HOME}/foo
}
Am I doing something wrong, or is that a bug?
Thanks for a wonderful library! 🙏
The text was updated successfully, but these errors were encountered:
Hello,
I came across a problem with the following simplified code:
Running this code will hang indefinitely without an error. The cause seems to be the
given
. Replacing it withimplicit def
solves the hanging issue (implicit val
doesn't).Config file looks like this:
Am I doing something wrong, or is that a bug?
Thanks for a wonderful library! 🙏
The text was updated successfully, but these errors were encountered: