Aleksandr Sergeev

Results 434 comments of Aleksandr Sergeev

Meet [ugrep](https://github.com/Genivia/ugrep) by @genivia-inc. It is bloody fast. ``` console $ ug -z -l -g cygintl-8.dll "" x86_64\ ╰╴release\ │ ╰╴gettext\ │ │ ╰╴libintl8\ │ │ │ ╰╴libintl8-0.22.4-1.tar.xz{usr/bin/cygintl-8.dll} ▔ ▔...

@AnhPC03, are you building VeraCrypt 1.26.15 for Windows from sources? Oh, I just took a pre-built binary from the official Sourceforge repository and works fine on Windows 7 SP1 x64....

I don't understand why console.log() is not implemented yet. It's so crucial.

@tmikov https://github.com/facebook/hermes/releases/tag/v0.13.0 ``` console $ hermes --version LLVM (http://llvm.org/): LLVH version 8.0.0svn DEBUG build Hermes JavaScript compiler and Virtual Machine. Hermes release version: 0.12.0 HBC bytecode version: 96 $ echo...

@tmikov If commit was uploaded a year ago or so (Oct 2024), then why Hermes displays an error? Because the latest release of Hermes (0.13, Aug 2024) knows nothing about...

Dear @shenwei356, Go team [recommends](https://go.dev/doc/go-get-install-deprecation) using `go install` instead of `go get`, but… ``` console $ go version go version go1.23.6 windows/amd64 $ go install -ldflags="-s -w" github.com/shenwei356/brename@latest go: downloading...

Windows 7 SP1 x64, busybox v1.38.0-FRP-5579-g5749feb35 x64, [hello.txt.zip](https://github.com/user-attachments/files/19219191/hello.txt.zip) ``` console $ file.exe hello.txt hello.txt: Unicode text, UTF-8 text, with CRLF line terminators $ chcp 65001 $ type hello.txt Test Проверка...

Windows 7 x64 user here. Tried to launch `Notes_2.2.1-Qt5.15.2-x64-Windows-Portable.zip`. Nothing, no errors were displayed. Geez.

@guihkx, Windows 7 x64 SP1, fully updated. ```console $ ver Microsoft Windows [Version 6.1.7601] ``` Also check if it requires a CPU with AVX, since my Core2Duo is limited to...

What I know for sure is that sooner or later a solution will be found, because your situation is not unique. Other well-known projects have gone through these circumstances, now...