John Taylor

Results 10 comments of John Taylor

## WSL * https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux * https://docs.microsoft.com/en-us/windows/wsl/about

I was able to successfully build a stand-alone `http.exe` binary inside of the `mcr.microsoft.com/windows/servercore:ltsc2019` Docker container with Python 3.7.6 and PyInstaller 3.6. Docker Desktop 2.1.0.5 was used. These are the...

@sergeevabc https://github.com/jftuga/HTTPie-Windows Please read the **Warnings** section before using this.

What is the best way to test? If I run `go get -u github.com/mattn/go-shellwords`, will this download the version that needs to be tested or only the version listed on...

@makeworld-the-better-one I ran: git clone -b b-windows-backslash https://github.com/radeksimko/go-shellwords.git I now get the correct result of: [upx c:\github.com\jftuga\test\test.exe]

package main import ( "fmt" "github.com/radeksimko/go-shellwords" ) func main() { sh := `upx c:\github.com\jftuga\test\test.exe` cmd, err := shellwords.Parse(sh) if err != nil { fmt.Println("err:", err) return } fmt.Println(cmd) }

cd /d C:\Go\src\github.com\radeksimko\ git clone -b b-windows-backslash https://github.com/radeksimko/go-shellwords.git cd c:\github.com\jftuga\test go build test.go c:\github.com\jftuga\test>test.exe [upx c:\github.com\jftuga\test\test.exe] I am running: `go version go1.15 windows/amd64`

Yes, assume current year.

Yes, upon further thought, I think that is the right choice. The only other suggestion I can think of is to somehow make it optional.

I would like to independently confirm that this is a problem on Debian 9.6 for target Win64. @8pr previous post fixed this issue for me.