Max Lanin

Results 4 comments of Max Lanin

I'm currently using this kludge in my scripts. Should work correctly on both 1.6 and next versions. ``` # workaround for https://github.com/stedolan/jq/issues/2001 def fromdate1: (. | fromdate) as $t1 |...

@lenin122 I haven't checked this in production, but as far as I see, `releaseSession` in `3.4.0-M1` can still throw and hold the session, so I doubt it's fixed. https://github.com/slick/slick/blob/v3.4.0-M1/slick/src/main/scala/slick/basic/BasicBackend.scala#L256-L260

Hi @nafg! I'm sorry for not replying before. I can confirm that with locally built `3.5.0-pre.151.4e3d165f` errors in `.close()` no longer make connections permanently stuck. I haven't tested any other...

Hi 👋 Tested with locally built `3.5.0-pre.179.ee3b0063` – the fix is working. Haven't tested anything else.