Andrei Dziahel

Results 82 comments of Andrei Dziahel

> default source build compiled manually you mean `./configure` and then `make`? kerl (for now, at least) calls `otp_build` script shipped with erlang.

@evax I've spent some time on comparing build flags produced by `otp_build` and `./configure` and decided to use `./configure` since it detects all stuff available on current platform and configures...

> I'd prefer the conditional compilation approach Done, check it out. A CI config for Windows is in order as well, let me know if that's a must.

@iand675 do you want me to introduce CI on Windows as well?

First of all let me express late condolences and, yeah, I cannot possibly grasp the idea of what are you going through. I'm working on integrating OTel into PostgREST and...

Upstream tracking issue: https://gitlab.haskell.org/ghc/ghc/-/issues/25077

> Setting [server-timing-enabled](https://postgrest.org/en/v12/references/configuration.html#server-timing-enabled) to true has a ~6.5% RPS decrease. Damn, I wonder how much slower will OTel be when enabled then.