Yuriy Syrovetskiy

Results 149 issues of Yuriy Syrovetskiy

``` $ head -n 1 ./test #!/usr/bin/env runhaskell $ ghc-mod check ./test ghc-mod: target ‘./test’ is not a module name or a source file ``` ghc-mod version 5.2.1.2 compiled by...

type: enhancement

I need to draw a pie chart beside a simple plot on a single canvas.

They are incompatible, and it makes it hard to combine grids of different layouts (see #217). I'm trying to make them compatible. I have two hypotheses: 1. If LayoutPick and...

This enables the following scenario: ```hs layout_all_font_styles `zoom` do font_name .= "Helvetica Neue" font_size .= 20 ``` which doesn't compile with setters.

Help solve #217

Should the space between record constructor or updated expression and record field list exist? ``` haskell data Rec type1 = Rec{field1 :: type1, field2 :: Type2} f x@Rec{field1} = x{field2...

When I open a file that belongs to a non-first root, ``` Multi Cradle: No prefixes matched pwd: filepath: ```

type: bug

When I `git init --object-format=sha256` I receive ``` Traceback (most recent call last): ... File "/usr/local/lib/python3.9/site-packages/git/repo/fun.py", line 163, in name_to_object raise BadName(name) gitdb.exc.BadName: Ref 'HEAD' did not resolve to an...

acknowledged
help wanted