ShrykeWindgrace

Results 20 issues of ShrykeWindgrace

Hi! I have a real-world use-case where sorting entries generated by a csv import breaks balance assertions - because entries and assertions are given in the chronological order as *treated...

A WISH
csv

Hi! I've encountered the following problem with character encoding. My setup: - Win 10 with an Ubuntu18 in WSL - hledger is built from source on the windows side: ```bash...

A-BUG
i18n
platform:linux
platform:windows

Hi! Thanks for this awesome tool! I encountered a small hiccup with utf16 - it seems that sd does not like cat-piping utf16-encoded files. Here's my setup: ```shell $ sd...

C-enhancement
P-windows

Hi! I am having troubles with gutter marks and popups precedence. As you can see in the screenshot, the mark comes from GitGutter, but the popup comes from SublimeHaskell: ![hover](https://user-images.githubusercontent.com/6421233/27856260-db5844ca-616d-11e7-9c9e-80ba34b6f2ee.png)...

I encontered a bug with scope parsing after a do-block. Consider this MWE: module Test (test) where auxFun :: String -> IO () auxFun s = do print s test...

It would be great to have a `-v / --version` flag to print the `elm-format`'s version and exit, just as many other cli utilities already do. Mainly, this would be...

I noticed a couple of things with import time of this wonderful module: On a debian machine I get half a second (`TotalMilliseconds : 412.3335`) for `Import-Module Terminal-Icons` in my...

enhancement

## Description A project with dependencies `optparse-applicative`, `typed-process`, and `bytestring` fails to compile, even thought all three packages are supported. ## Expected Behavior Should compile ## Actual Behavior Compilation fails...

etlas

This almost completely addresses issue #315. I leverage the same mechanism as other completion scripts. There are some quirks however: - on a windows machine, due to limitations of [getProgName](https://www.stackage.org/haddock/lts-17.9/base-4.14.1.0/System-Environment.html#v:getProgName)...

I use autocompletion scripts provided by `optparse-applicative` quite a lot in bash and zsh. Are there any plans to provide such scripts for powershell? Is is possible at all?