Mike Pilgrem

Results 72 comments of Mike Pilgrem
trafficstars

On Windows 10/11 and with Windows Terminal (planned to be the default terminal on Windows 11 during 2022: https://devblogs.microsoft.com/commandline/windows-terminal-as-your-default-command-line-experience/), the implementation of the `OSC 11` code appears to be a...

I have been looking into this further, on macOS 10.15.5. I am running into inconsistencies with the STRING TERMINATOR (ST) in the output. I was hoping the output would use...

@ad-si, I think my proposed pull request #137 will add this to `ansi-terminal` for Unix-like operating systems only. I have tested it on macOS 10.15.5 (Catalina) (with macOS Terminal, iTerm2...

I have updated my pull request to cover Windows, and I think it could be merged and a new version of `ansi-terminal` released, but I going to wait a little...

On Windows 10, I get the same behaviour with resolver lts-13.0 (GHC 8.6.3). On macOS High Sierra 10.13.6, I do not get the LF character behaviour. (However, when I first...

Below is what I get with the code points U+E014 (staff5Lines) U+EB92 (staffPosRaise3) U+E0A4 (noteheadBlack). The version of Bravura Text installed is the release tagged as 'Latest', Version 1.38. ![image](https://user-images.githubusercontent.com/14206448/147837979-81bf3bfc-4e7b-4356-b4bf-943f93ff3fa6.png)...

In respect of my Item 2 above, I note `function getChocoPath` has: ~~~js // choco packages GHC < 9.x if (!fs.existsSync(chocoToolPath)) { chocoToolPath = join( `${process.env.ChocolateyInstall}`, 'lib', `${tool}.${version}` ); }...

I have the exact same problem on Windows 7 following a restart and a clean, accept-all-defaults install of `msys2-x86_64-20180531.exe` from https://www.msys2.org/. An earlier version of MSYS2 used to work (cannot...

The following seems to be a work-around to my problems: - install `msys2-x86_64-20161025.exe` (from http://repo.msys2.org/distrib/x86_64/) rather than `msys2-x86_64-20180531.exe` - use `pacman -Syu --ignore pacman` rather than `pacman -Syu` (giving `warning:...

@StarWolf3000, on my Windows 7 machine, a clean install of `msys2-x86_64-20180531.exe` followed by `pacman -Syyuu` is no cure, because the version of `pacman` that comes with it seems to be...