Daniel Esik
Daniel Esik
As @armanbilge said on Discord, we generally should have a page on Ember. Which is better, but at least I'd expect having the timeouts demystified.
Some work has been done in #7030, but @armanbilge suggested a bunch more things for cutting down, which leads to an assumption that there are way more things in the...
`Stream[F, Byte]` is an implementation detail of a specific variant of `Entity[F]`, so let's adjust the public contract of Logger Middlewares. Naming is the second hard thing in programming, so...
Since the whole response body is already materialized, there is no reason (besides the one described below) to allocate another Stream and materialize it further. That should reduce memory consumption...
Before: ``` [info] PathVarBench.intVarPath avgt 10 5604.150 ± 482.813 ns/op [info] PathVarBench.intVarPath:·gc.alloc.rate.norm avgt 10 4857.237 ± 0.024 B/op [info] PathVarBench.intVarPath:·gc.churn.G1_Eden_Space.norm avgt 10 4927.337 ± 45.360 B/op [info] PathVarBench.intVarPath:·gc.churn.G1_Survivor_Space.norm avgt 10...
This is a **dispensable** performance tweak. The same workaround is already used in fs2, so it should be fine to reuse it once again. But I could be absolutely wrong...
It's package private and unused overall.
_DISCLAIMER: this is a silly monkey-patching-like attempt to resolve https://github.com/http4s/blaze/issues/769_ That change might make this particular test nonsense, but I will try to share my insights about it. ## Prerequisites...
A while ago test suite became broken – see CI runs in https://github.com/http4s/blaze/pull/768, https://github.com/http4s/blaze/pull/767, and even earlier. ``` ==> X org.http4s.blaze.pipeline.stages.SSLStageSuite.A SSLStage in client mode should split large buffers 0.037s...
Hey there. I found that every site under the Center organization has compressed images on their websites. I dug into the `Docusaurus` and `mdoc` and haven't found a way to...