Simon Michael

Results 1258 comments of Simon Michael

Thanks! Sorry to bug you, you're not listed as maintainer but your repo is still listed as the home page. There is some place on github for orphaned haskell packages,...

Thanks for pretty-simple ! hledger has switched to it. Possibly related to this issue: if it could produce slightly more compact output the way pretty-show did, that would be even...

@georgefst no I'm just doing: ```haskell prettyopts = defaultOutputOptionsDarkBg -- defaultOutputOptionsLightBg -- defaultOutputOptionsNoColor { outputOptionsIndentAmount=2 , outputOptionsCompact=True } -- | Pretty print. Generic alias for pretty-simple's pPrint. pprint :: Show...

Aha, yes it does: https://github.com/simonmichael/hledger/blob/master/hledger-lib/Hledger/Read/CsvReader.hs#L267 . That's our bug, thanks for looking into it.

PS, just more brainstorming: aligning equals signs (capped at some not-too-large width) might be nice for readability: ``` CsvRules { rdirectives = [ ( "skip" , "1" ) ] ,...

Or just "copy links" as in IOS Safari, putting urls of all open tabs in clipboard.

...if you don't provide all the required node labels, eg: ``` mkMapGraph ["A","B"] [("A","B",1), ("A","C",1)] ```

Cf https://github.com/simonmichael/hledger/issues/367#issuecomment-346147226

It can also be in description or account names, eg.

Well I just discovered I have commit access, and I was brave and just fixed it with bfa25a9. I hope that's ok @enderw88, @purcell.