gabby

Results 985 comments of gabby
trafficstars

Alright, then let's hold off on this Another thing that just occurred to me is that if we provide built-in support for IP addresses then we need to pick a...

@saurabhnanda: There isn't an alternative that is much better than `Text` at the moment

@sjakobi: The bug here is that `toMap a : b ? c` should unambiguously parse as ` Annot (ToMap a Nothing) (ImportAlt b c)`, but it's being mistakenly parsed as...

@sjakobi: A small hack that might fix some cases is to do a lookahead parse for the opening `[` of a list literal. If that lookahead parse fails then you...

@german1608: The `openTempFile` error is due to naming the test after the file path: https://github.com/dhall-lang/dhall-haskell/blob/e22ecde05f3cb858a0d5695dcd3ba3466b62cec2/dhall-docs/tasty/Main.hs#L59 This is because in the course of printing the diff `tasty-silver` uses the test name...

@RoyiAvital: We only use Nix to build release binaries for Linux. For OS X and Windows we use `stack` to build the release binaries on Travis / Appveyor respectively

I'll close this in favor of #1179 and comment further on that issue

Whoops, I misunderstood the request. Then I'll reopen this Yeah, this seems like a fine feature to me because it's pretty easy to implement

Note that for #1794 specifically it appears that retrying would not have helped (it was a persistent DNS resolution problem), but there may still be other cases where retrying is...