Damian Nadales
Damian Nadales
As a workaround setting `-d` to 0 seems to help.
Thanks for the quick reply :pray: In my case using `6,4` ~~messes up~~ causes `dot` to severely clip all the diagrams I tried (using different repos). I wonder if it...
Sure, see for example [this repo](https://github.com/input-output-hk/cardano-ledger-specs). You can try with the `alonzo` directory for instance. So if I run: ```text ▶ find alonzo -name "*.hs" | xargs graphmod -q -p...
Hehe, no idea. But feel free to close this issue if keeping the ad-hoc size attribute makes sense to you. Hopefully people would find this issue if they run into...
GNU Emacs 24.4.1. As for the Eclim version, I do not know which version I installed via de Melpa repository. Installing GIT version solved the problem.
I value the effort the community put in developing and maintaining Emacs packages. Sadly for Java it seems that nobody sees that it is worth the effort, and maybe they...
Adding my vote, as this will be really helpful for us at [`TorXakis`](https://github.com/TorXakis/TorXakis). We have a compiler tests that takes a large file, and we'd like to avoid running this...
Hmm, no, I don't have any indentation package installed that I'm aware of. For the time being I simply changed the indentation method.
This is blocked on https://github.com/input-output-hk/ouroboros-network/issues/4006
Some general and superficial remarks: - for most of the new functions it'd be great to have: - examples in the docstrings - property tests - unit-tests/doctests to illustrate what...