Koz Ross
Koz Ross
This would be very useful to have, and at least one of the image types supported (Alpine) has the images needed.
When I try to use `cabal new-install`, I get the following: ```sh [koz@Sebastian ~]$ cabal new-install -w $(which ghc) -O2 hindent Resolving dependencies... cabal: Could not resolve dependencies: [__0] next...
## Problem Suppose we have this code: ```haskell newtype Trit = Trit (Maybe Bool) deriving Eq via (Maybe Bool) ``` GHC will compile this code just fine, but hindent complains...
## Problem If you define a data constructor which is made up of ``:`` followed by symbols (that is, designed for infix use), ``hindent`` will strip away the parentheses around...
## Problem When using patterns which require 'signatures', ``hindent`` forces there to be a line break between the 'signature' and the 'definition'. This is a little awkward; ideally, it should...
## Problem When I attempt to execute ``hindent`` on [this file of ``vector-sized``][1], I get this: ``` hindent: src/Data/Vector/Generic/Mutable/Sized.hs:70:19: Parse error: EOF CallStack (from HasCallStack): error, called at src/main/Main.hs:53:23 in...
I followed [the example in the docs][1] to render an SVG file. I also did another render (for comparison) with ``rsvg-convert``. However, the one made with ``rasterific-svg`` has some noticeable...
The error, with the ``--debug`` flag, is ``` loading database hashing /usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty hashing /usr/share/texmf-dist/tex/latex/oberdiek/auxhook.sty hashing /usr/share/texmf-dist/fonts/map/fontname/texfonts.map hashing /usr/share/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm hashing /usr/share/texmf-dist/fonts/tfm/public/cm/cmr12.tfm hashing /usr/share/texmf-dist/tex/latex/hyperref/hpdftex.def hashing /usr/share/texmf-dist/tex/latex/base/article.cls hashing /usr/share/texmf-dist/web2c/texmf.cnf hashing /usr/share/texmf-dist/fonts/tfm/public/cm/cmr8.tfm hashing /usr/share/texmf-dist/fonts/tfm/public/cm/cmmi8.tfm...
I'm using Clapper 0.4.1 installed via Flatpak. I try playing [this video here](https://www.youtube.com/watch?v=3de64yKeElM) using the 'Open URI' option and giving it the link. Eventually (after some time at a lower...
A few implementations are missing any links for descriptions of how well they comply with the ANSI Common Lisp standard. Any help locating such would be awesome.