Mike Pilgrem

Results 72 comments of Mike Pilgrem
trafficstars

For completeness, on my Windows 10 machine, I have not had any problem with `msys2-x86_64-20180531.exe`.

This is my own experience on Windows 10, version 2004. I hope it is of some use to others. I start with WSL 2 with Ubuntu 20.04 (as opposed to...

On the question about `stack .\ra-test.hs`, my test source code is at `.\app\Main.hs` and is: ```haskell module Main where import Reanimate import Reanimate.Builtin.Documentation main :: IO () main = reanimate...

I have returned to `reanimate` after a year and now have no difficulty in using it with Windows 10. However, I did struggle to get POV-Ray for Windows to work...

I have come across a new challenge for Windows users. MSYS2 package `mingw-w64-x86_64-ffmpeg` has a dependency on `mingw-w64-x86_64-crt-git`, via `frei0r-plugins` \ `opencv` \ `ogre3d` \ `winpthreads-git` (`winpthreads`). However, having an...

I have taken a different approach to my original pull request. I use the same logic as in the `ansi-terminal` package to detect if the Windows terminal is ANSI-capable or...

A point of detail: in respect of 'normal raw escape sequences', they did not work on legacy Windows but they do work on Windows 10.

I was testing within GHCi/`stack exec --`. Understood on backwards capability - disabling the existing 'blanket' `fixEsc` does shift responsibility for handling legacy Windows sensibly to the code calling the...

It has been about two and a half years since I proposed pull request #126. It is also about two and half years since Microsoft ceased mainstream support for the...

Thanks @aryairani, that looks like it may be a non-CPP solution. However, I think the underlying question remains: is it sensible for modern versions of `haskeline` to seek to continue...