Simon Michael

Results 1258 comments of Simon Michael

I think it's common for packages to expose such a variable, and often a similar-named function, so you can make sure of what you have installed/loaded in your emacs. Eg...

https://hledger.org/ledger.html https://plaintextaccounting.org/quickref

(As you can see, the journal format is quite similar/compatible. Where we mostly hit issues is with the command line interface, which is similar but (necessarily) not identical.)

Thanks for duc! I second this feature request. In duc ui, the very next thing I want to do after finding disk hogs is press d to delete them (and...

Related, it seems that [getArgCount](http://hackage.haskell.org/package/docopt-0.7.0.4/docs/System-Console-Docopt.html#v:getArgCount) returns 1 for -v -v or -vv, contrary to the haddock (and the second occurence is treated as an argument instead of a flag).

> It seems like this issue can be closed based on [simonmichael/hledger#682 (comment)]. Would it be okay if I close this? @FullstackGJJ I wouldn't close this issue just yet, since...

Possible duplicate of https://github.com/petere/homebrew-postgresql/issues/41, which has a [workaround](https://github.com/petere/homebrew-postgresql/issues/41#issuecomment-405048183), if you don't need plpgsql support. And a [more thorough workaround](https://github.com/petere/homebrew-postgresql/issues/41#issuecomment-430354325) if you do (`brew edit [email protected]`, add `depends_on "perl"` and add...

Notes from #ghc: stack is trying to build an x86_64 executable, as it should because this GHC (8.10.4) doesn't build arm64 ones yet. For this to succeed it would need...

Nice, but I can't report any improvement on M1 yet. Maybe I didn't do it right, or maybe it's just a case of wait for the native code generator in...