Alexandr Ruchkin

Results 80 comments of Alexandr Ruchkin

No, i haven't built it. I've ran: ``` hsdev start hsdev scan --cabal hsdev scan --path hledger ```

Ok, got it. There was a problem - hsdev called `stack build --only-configure`, but it builds all dependencies, which can last long. I've removed such implicit building. There also was...

Have you read [API.md#scan](https://github.com/mvoidex/hsdev/blob/master/API.md#scan)? `scan` is command to inspect both installed modules and source files, it accepts flags to specify scan targets: - `project` (flag can be repeated) — scan...

Not sure about `--cabal`. It will scan `user-db`, which may not be related to project. I'd prefer ``` hsdev scan --project . --sandbox . ``` `--project` to scan project sources,...

Hi! I indend to work on this. #77 i have a branch which supports specifying build tool when scanning project with `scan project` command (flags `--cabal` or `--stack`), will merge...

> Do you some specific issues to discuss on gitter? Well, i don't know how to make it lighter than now (except by removing auto rescan) and meet your requirements...

I'll try, when i have time

Any ideas, how can I detect which item was selected from completion list?

It's just sequence of unicode symbols: `T₃⁻¹` I'm afraid it's not possible: https://superuser.com/questions/1387577/any-chance-to-get-a-superscript-directly-on-top-of-subscript-in-unicode

Hi! Looks as nice feature :) > is that fine with you at least? Yes, completely