Ömer Sinan Ağacan

Results 317 comments of Ömer Sinan Ağacan

> Did you ever make any progress with this? I ask because I'll probably give implementing this a shot, since I'd like to play around with using a custom PangoRenderer...

Yes, it only works for monospace characters as text shaping is simple for monospace characters. In my app I support ligatures, but they are handled specially. I generate glyphs for...

I'm also getting `AsyncCancelled` in a command, but in my case the command is not taking too long. I think the problem is the input file is getting updated a...

FWIW I have `ffmpeg version 3.1.5` and I'm having the same problem.

:+1: came here to report this. I suspect this is because `haskell-src-exts` doesn't support this extension?

`{-# LANGUAGE EmptyCase #-}` doesn't work but if I add `EmptyCase` to `.stylish-haskell` it parses fine.

Came here to open this issue.. This feature would be really awesome.

Personally I don't care about precedence too much, because when I use `&` and `.` in a single expression I add parens anyway, for clarity. We can't memorize precedence of...

I think this is explained in http://hackage.haskell.org/package/criterion-1.0.2.0/docs/Criterion.html#v:env.