237dmitry

Results 245 comments of 237dmitry

PS. UnixStat also does not return proper datetime of file creation.

Yes, `System.IO.DirectoryInfo` and `FileInfo` give wrong information.

The same result, 7.3.0-rc.1 PS. But there is also good news, `[console]::ReadKey()` has learned to correctly recognize arrow keys ))

Could you give a concrete example. This problem was before version 7.2.6 inclusive, but then it was fixed. in 7.3.0 I did not find any `UnixMode` errors, it coincides with...

> the powershell tarfile Do you mean the tar archive of the release? Yes, `pwsh` in it was not executable. But `UnixMode` represents correct string as it does native `ls`

> These are the official binary release archives that are now broken Add to script `chmod +x /path/to/pwsh`

> Everything is wrong I did these steps and all works: 1. Downloaded 2. Unpacked 3. `chmod +x pwsh` 4. Made symlinks in the $PATH to pwsh and pwsh.dll. pwsh...

> You are missing the point. It's a packaging issue. No, I did not. I do not refuse that this is the error of packagers. > the user shouldn't have...

> parameter for x64 or x86 for download installer Parameter where? You can download any version using github api. For the latest releases (now 7.3.0-rc.1 and 7.2.7): ```powershell $json =...