Eliza Zhang
Eliza Zhang
It would be great if these were documented in `README.md` or in `--help`. What are all the pragmas? The only one I'm aware of is `cabal-fmt: expand DIR [EXCLUDE...]` where...
This is a feature request. I often see developers who use Stack not putting version constraints onto their dependencies since they use a specific Stack resolver version that implicitly constrains...
This is similar to the Unicode width handling issues in #8. In this case, instead of width, the problem is direction. I've run across examples of Arabic or Hebrew characters...
I know your contributing guidelines say to avoid issues labelled `core`, but I hacked this together over the weekend after encountering #380 and it performs pretty well for me, so...
`file.walk` uses `fs.lstat` which does NOT follow symlinks, but `fs.walkSync` uses `fs.statSync` which DOES follow symlinks. This is probably not intended behaviour. If it is intended, it should be documented...
This would be great for projects where e.g. I might have an `executable` component and a `library` component and some of my dependencies are used by my `executable` (e.g. `optparse-applicative`)...
I work in a monorepo, so I often have vscode opened to a folder containing my Haskell project. My project layout looks something like this: ``` monorepo/