Kirill Zaborsky
Kirill Zaborsky
Currently xlsx does not support cell formatting - `Styles` is just a wrapper around a bytestring. I suppose it is required for your filter, right?
I'll try to look into that area but no particular promises at the moment
@koterpillar did you want to put a different link in your reply probably?
Actually we've followed `katip` authors and switched to TBQueue from `stm`. BTW with this queue organization are words in haddock of `dupChan`: ``` ... may fall arbitrarily behind. ``` still...
The question is about the moment when particular segment (for some duped chan) get freed - I couldn't yet figure out the logic for that.
I suppose this one is fixed already?
It appears that because of (not longer valid) https://github.com/fpco/stackage/issues/1118 stackage still has only version 2.1.12 of the library but you could build fresh `hprotoc` using just a checkout of this...
@fimad but is it assumed that every endpoint should be in a separate Wai Application? I don't remember any application using design like this. I suppose I could add 1...
It does. My question was rather about `instrumentApp` sitting inside of `prometheus` for which I don't see a good use case but if you do feel free to close this...
Other thing is that using `instrumentIO` gives a metric named `http_request_duration_seconds_bucket` while having name and signature talking just about some `IO a`. Could be quite confusing.