Tomasz Maciosowski
Tomasz Maciosowski
This PR implements idea from #13.
I find it convenient to make display pin name options save in the project, so one do not have to set it every time when start working on a project.
> Before reporting a bug - [x] Check [common issues](https://katex.org/docs/issues.html). - [x] Check the bug is reproducible in [the demo](https://katex.org). If not, check KaTeX is up-to-date and installed correctly. -...
When using `OverloadedRecordDot` extension after defining record with field name `id`, hlint will give incorrect hints when field `id` of record is used via dot syntax. ### Example ```haskell data...
**Describe the bug** When running `nix develop` it stops with `error: Nix daemon disconnected unexpectedly (maybe it crashed?)`. In daemon logs I can see ``` $ journalctl -u nix-daemon.service -n2...
Use `#!/usr/bin/env bash` instead of `#!/bin/bash`. Some systems, like NixOS, do not have `bash` in `/bin`, `/usr/bin/env` will look up bash path instead