DLakomy
DLakomy
I've noticed that the apps using ZIO HTTP send a warning header on error, containing some information about the backend implementation details (it explicitly mentions ZIO HTTP). ScalaCLI example: ```scala...
### Steps to reproduce: 1. Create a project by `sbt new scala/scala3.g8` 2. Change the `main.scala` contents to this (the important thing is to add some unsorted imports): ```scala import...
According to RG 120a, the colour should be white. > 120. Adhibetur color albus in _Officio et Missa de festis_: > a) Domini, exceptis festis de mysteriis et instrumentis Passionis;
Recently I've needed to provide my own `Show[Expectation]` but wanted to keep `Show[Error]` as is. It turns out it's not possible, as the latter doesn't take `Show[Expectation]` as a parameter....