Dennis4b

Results 7 issues of Dennis4b

Hi, Love autowire, using it extensively. My stack is mostly cats/IO based, doobie, http4s, and so on, and autowire would fit in more naturally (i.e. no `unsafeToFuture` calls or having...

(As discussed in Gitter.) A working example of what we're trying to do: feeding `EventBus`' events back into itself, which can be useful for timed/repeating effects, and is IMHO a...

bug

I am trying to use an ivyDep (included via dependencies): com.helger / ph-jaxb-pom / 1.0.3 In its pom.xml file at https://github.com/phax/ph-jaxb-pom/blob/master/pom.xml it has the following section near the bottom: ```...

As discussed in Gitter, found a way to reproduce the "idle in transaction" lost connections. Hopefully self explanatory: ```scala package test import cats._, cats.data._, cats.implicits._, cats.effect._ import doobie._, doobie.implicits._ import...

(Issue added on request after Gitter question) With the new 6.0-branch changes (running queries on different ExecutionContexts, cats-effect scheduling and timer changes) there might be a more elegant way to...

I like `Boopickle` for its size, efficiency, and the obfuscating side effect of not having to encode any structure or key names, as both sides know what the data represents,...

The current rsync archive command includes the "-z" flag, which enables compression. This doesn't really save any bandwidth as mp4 video files do not compress well, however taxes the CPU...