eabase

Results 379 comments of eabase

Why are you using `$TERM=linux`? This is for non-gui use. You should be using: `xterm` (16-colors) or `xterm-256color`. What does `curl wttr.in` show you?

How do you check the mentioned *policy block*, `RequireExplicitUpgrade` for a package? (I would like to check for #5878.)

Probably better to put the asterix (`*`) **after the version** to avoid sorting issues as winget still doesn't include sort fixes..

I've been wanting this for 3 years now. *MS need to sort out their tables in winget.*

I managed to get *original* [hexedit](https://github.com/pixel/hexedit/) to compile under MSYS, but not under MINGW64, without minor patching. See raised MinGW64 [package request](https://github.com/msys2/MINGW-packages/issues/25968). Some AI told me: ``` The error storage...

The build commands for MSYS and MINGW64 are: ```bash # For MSYS: ./autogen.sh && ./configure CFLAGS="-I/usr/include/ncursesw" LDFLAGS="-L/usr/lib" LIBS="-lncursesw" && make # For MINGW64: ./autogen.sh && ./configure CFLAGS="-I/mingw64/include/ncursesw" LDFLAGS="-L/mingw64/lib" LIBS="-lncursesw" &&...

I can't rule out that it's not an issue with the package itself (`ALCPU.CoreTemp`), somehow circumventing the installer versioning. * https://www.alcpu.com/CoreTemp/ (package host website) * https://duckduckgo.com/?t=ffab&q=ALCPU.CoreTemp&ia=web (DuckDuckGo showing 3rd find...

> Do you see the same behavior if you use `winget upgrade --include-unknown` ? Yes