Brandon Simmons

Results 120 comments of Brandon Simmons

Hi, appreciate you looking into it! I see: ``` ❯ kcov --verify /tmp/kcov3 /tmp/pandoc/dist-newstyle/build/x86_64-linux/ghc-9.2.5/pandoc-3.0/t/test-pandoc/build/test-pandoc/test-pandoc kcov: 411783 invalid breakpoints skipped in /tmp/pandoc/dist-newstyle/build/x86_64-linux/ghc-9.2.5/pandoc-3.0/t/test-pandoc/build/test-pandoc/test-pandoc kcov: 1 invalid breakpoints skipped in /lib/x86_64-linux-gnu/libm.so.6 kcov: Process...

@soupi I wasn't able to reproduce a space leak using a modified version of your repro. I used the following, which just depends on Spock-core: ``` hs {-# LANGUAGE OverloadedStrings...

This is linked from the AFL++ "In Depth" guide, but it looks like a real pain to get running: https://github.com/vanhauser-thc/afl-cov I'll report back here if I try

@ckstettler a PR would be appreciated even if author doesn't merge. I wonder if there is a workaround? And is latency reported correctly when erroneous timeouts get reported?

I'm getting this too, confirm firefox works for me

Seems like a WONTFIX in fancyTable : https://github.com/myspace-nu/jquery.fancyTable/issues/31 https://github.com/myspace-nu/jquery.fancyTable/issues/46

Oh sorry, so the mouseover example is due to the cost-centre stack name limit (I needed to use e.g. `+RTS -L200`). But long enough names still overflow the popup. I'd...

> When you start the project, what does it print out as the command line it uses to compile things? ``` Loading cabal repl --repl-options=-fno-code --repl-options=-fno-break-on-exception --repl-options=-fno-break-on-error --repl-options=-v1 --repl-options=-ferror-spans --repl-options=-j...

I wish I could be helpful and offer improvements to the docs, but I've stared at the examples and read through this thread but I'm still at a loss as...

Thanks a lot, and I missed [this helpful comment](https://github.com/ndmitchell/profiterole/issues/4#issuecomment-515888769) before I posted. I'll try restating differently. Can you tell me if I have this right?: ``` 51.0 47.4 - Hint.Match...