Volodymyr Barna
Volodymyr Barna
any updates on this?
I've implemented `groupWeighedWithin` based on Timed Pull https://gist.github.com/RobertoUa/189d6ccd3aa82021ed9f22af145c1bca One question though. Is it possible to push buffered items downstream on stream interruption/cats-effect cancelation? And make that downstream uncancellable?
>Just to clarify, you're asking for omitting timestamps specifically from the `aws logs tail` command Yeah, I'm asking for adding a parameter to `aws logs tail` for omitting timestamps. Probably...
Should it be supported for both types of annotations, right?
I solved this issue in kotlin using propagated connections ```kotlin @OptIn(ExperimentalCoroutinesApi::class) suspend fun PgPool.transaction(block: suspend SqlConnection.() -> T): T = coroutineScope { if (io.vertx.core.Vertx.currentContext() == null) { // usually there's...
It works in Doobie. Anyway, I looked at [terpal-sql](https://github.com/ExoQuery/terpal-sql) and I found your way to concatenate fragments.
ah, sorry, bad example. What I mean is just concatenating, not thinking about a specific way to do it (prefixing, wrapping, etc). Strings should definitely be prefixed with `sql` (or...