Artyom Kuznetsov
Artyom Kuznetsov
WSL2 has an annoying bug where `clock_getres` returns a resolution of 1ns, but the actual clock resolution is 100ns. https://github.com/microsoft/WSL/issues/6029 https://github.com/haskell/time/issues/136 Because of this, building time-compat results in a failure:...
Is there a way to have different actions for `/foo/bar/` and `/foo/bar`? In my situation specificaly, I want all `/foo/bar` reuest be redirected to `/foo/bar/` so relative paths on frontend...
Setting `printOutput` to `False` in the config file has no effect, the logs are still printed to console.