16ec24280d
It does chip of the init overhead of like 50–100ms, even though the formatting still takes quite some time (up to 200ms for more complex expressions). Maybe we need some simplistic formatter in the future that just splits on parens? It’s not an easy problem … Change-Id: I2ce951e6b3c2dc56294b1bdab913480727b50f0b Reviewed-on: https://cl.tvl.fyi/c/depot/+/11654 Autosubmit: Profpatsch <mail@profpatsch.de> Reviewed-by: Profpatsch <mail@profpatsch.de> Tested-by: BuildkiteCI |
||
---|---|---|
.. | ||
services | ||
src | ||
build.ninja | ||
default.nix | ||
Main.hs | ||
notes.org | ||
README.md | ||
server-notes.org | ||
whatcd-resolver.cabal |
whatcd-resolver
To run:
ninja run-services
in one terminal (starts the background tasks)
ninja run
to start the server. It runs on 9092
.
You need to be in the nix-shell
in ./..
.
You need to set the pass
key internet/redacted/api-keys/whatcd-resolver
to an API key for RED.
You need to have a transmission-rpc-daemon listening on port 9091
(no auth, try ssh port forwarding lol).