Ellie Hermaszewska

Results 200 issues of Ellie Hermaszewska

It would be nice to be able to filter out warnings from include files without missing out on errors.

Output of `restic version` -------------------------- `restic 0.9.5 compiled with go1.12.9 on linux/arm` How did you run restic exactly? ------------------------------- `restic --repo rest:https://user:[email protected]/user backup /data/Music/CDs` What backend/server/service did you use to...

category: backup
category: documentation

Given an existing test case: - Split each line into haskell lexemes - Change the whitespace willy-nilly between lexemes, maintaining - The indentation of the initial lexeme - The minimum...

enhancement

It might be hard to come up with a consistent rule for this. Nevertheless I think the former is much easier to read (and doesn't eat a whole page in...

question
hs:lists

```haskell -- Weird placement of 'of' in line with the list commas foo = bar [ case foooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo of () -> () , () ] -- Doesn't occur if this...

layouting
hs:lists

```haskell foo = [ ("xx", "xx") , ("xx", "xxx") , ("xx", "xxx") , ( "xx" , "xx" ) -- , ("xx" , "xxxxx") , ("xxx", "xxxxx") , ("xx" , "xx")...

bug
layouting
hs:comments
hs:lists

```haskell foo = let r = [ m | m

hs:lists

I know this would require knowing the fixity of patterns, nevertheless: It would be nice if brittany would left or right justify patterns as appropriate depending on their associativity direction....

enhancement
hs:operators
hs:patterns

``` foo = \case [] -> _ [ x ] -> _ x : xs -> _ bar = \case [] -> _ [ x ] -> _ x :...

bug

It's possible that Hackage wasn't able to build the package. Is it possible for you to manually upload the package using `cabal upload --doc`, please? Note that this requires cabal-install...