Mango The Fourth

Results 132 issues of Mango The Fourth

Currently, I have to `settings.tools.fourmolu = lib.mkForce config.haskellProjects.default.outputs.finalPackages.fourmolu_0_13_1_0;` I would rather not use `mkForce` here, it would be nice if the toolset was defined with `mkDefault` in order to do...

- [x] allow deriving `via Generically` as such ```haskell data A = B | C deriving stock GHC.Generic deriving Generic via Generically A ``` - closes #153 - [x] update...

--- > **Note** > This is a draft for adding support for `unlifted` types for `generics-sop`, according to #155 --- ### Status - [x] unlifted representations - [x] th generation...

https://wearezeta.atlassian.net/browse/SEC-596 ## Checklist - [x] Add a new entry in an appropriate subdirectory of `changelog.d` - [x] Read and follow the [PR guidelines](https://docs.wire.com/developer/developer/pr-guidelines.html)

ok-to-test

this that I have found about otel so I don't forget them - https://opentelemetry.io/docs/concepts/context-propagation/ - https://opentelemetry.io/docs/concepts/signals/traces/?ref=unzip - https://www.redhat.com/en/blog/openshift-commons-briefing-82-distributed-tracing-with-jaeger-prometheus-on-kubernetes - https://hackage.haskell.org/package/hs-opentelemetry-instrumentation-wai-0.1.0.0/docs/src/OpenTelemetry.Instrumentation.Wai.html#local-6989586621679045744 - https://hackage.haskell.org/package/hs-opentelemetry-sdk-0.0.3.6 - https://hackage.haskell.org/package/hs-opentelemetry-sdk-0.0.3.6/docs/OpenTelemetry-Trace.html#t:NewLink - https://hackage.haskell.org/package/hs-opentelemetry-sdk-0.0.3.6/docs/OpenTelemetry-Trace.html#t:Tracer ```bash docker run --rm...

ok-to-test

![image](https://github.com/haskell/hackage-server/assets/40720523/78ad5bb1-ea79-493e-a77e-9282e55659ee) see e.g. https://hackage.haskell.org/api

It appears that `Key` has the same `Ord` instance as `Text` so I wonder what would be the issue with speeding up these two functions by using `unsafeCoerce`

This would be useful to provide alternative handlers for effects that are accessed by *all* handlers in a server; e.g. say we have a Logging effect with some lock, we...

This PR is supposed to pick up the great work started in https://github.com/haskell-servant/servant/pull/1542 and rebase on current changes as well as apply fixes suggested by the reviewers, potentially also addressing...