Nim Sadeh
Nim Sadeh
Hey, my hunch is that the network call is correctly responding with a 401 and that your gRPC client maps that to an UNKNOWN since it cannot parse the headers...
Hey @jsdt can we get a quick comment on this issue just so we know the status when you have a second? @stopachka it depends on what library you're using...
@dkhaupt I have reason to believe, based on an exchange with Wayne, that this is actually an Envoy problem that they're tracking here: https://github.com/envoyproxy/envoy/issues/16482. Would be great if you could...
Update: I was able to get this to compile by using a `ZIO` instead of `ZManaged` but I still think this warrants looking at.
I would like to - I think I can get to it on Wednesday.
Although since this is a compile issue rather than a runtime issue, I don't know if the unit test is needed? Should I just create a ServerMain example?
Hey @thesamet I am still tracking this just got a bit behind :)
> ```scala > override def * : ProvenShape[Friends2] = > (oldMapper, id.?).[Friends2](f = { s => > s._1 > }, g = { r => > Option((r, Option.empty)) > })...
Hm @djx314 this didn't work for me getting the same error still.
Here is my config for Postgres: ``` db = { connectionPool = "HikariCP" //use HikariCP for our connection pool dataSourceClass = "org.postgresql.ds.PGSimpleDataSource" //Simple datasource with no connection pooling. The connection...