Results 10 comments of Chen Jian

Yes, found the same problem

Yes, this is a problem. It makes remote-deleted branches come back

Thank you @cowtowncoder for the reply. Seems that we can add a new feature to `StreamReadFeature` class. And to let it finally go to ObjectMapper(), should we use a JsonFactory...

> Have you taken a look at this one https://github.com/RobWin/jgitflow-gradle-plugin which I found to be quite good. I did. But it has tons of bugs and it's not fully-fledged as...

I have exactly the same issue. According to the log, if volume is used, mongodb thinks it has started up 100% when it's actually just 90% started up, then mongo_express...

Btw, why is [wait_for_tcp()](https://github.com/mongo-express/mongo-express-docker/blob/ea0817c30179bed0b3d4938542962d0e52e99205/docker-entrypoint.sh#L9) defined but not called in '/docker-entrypoint.sh' ?

For whoever needs this, there is workaround using low-level api. You can do it by referring to https://github.com/tpolecat/doobie/blob/dc960d95654c6580725b6b2146df3389dcae5a2d/modules/example/src/main/scala/example/FreeUsage.scala#L45 You can implement it like ``` l FPS.embed(rs, FRS.raw {resultSetToRecords}) } (FPS.embed(_,...