eabase
eabase
Typical large corp behavior: - *Let's invent another acronym using one which already have at least 3-4 different meanings, because we're too lazy to type, and we certainly doesn't want...
BUMP! Maybe create a build?
@justinvp > .. though, uv isn't a fair comparison). Why not?
BUMP Consider updating to support Python 3.11/12.
Awesome! The weird formalism of sub-shelling the exe works in **both** `Cygwin` and `MSYS/MINGW64`: ```bash echo "`./img2sixel.exe egret.jpg`" ``` - `cat *.six` - works in **all** (Powershell, Cygwin, MSYS) -...
Ok, I don't know WTF is going on, now all of the sudden (after having closed and reopened Cygwin), one of the above commands that didn't work previously, now works:...
IDK, if this helps, but the `imcat` program output what seem to be sixel codes, that works in both the `WT/pwsh` and `Cygwin/MSYS/Bash`. Although imcat itself outputs shitty images. The...
@j4james Yes, I know, but at least the output is working without weird terminal hacks. Most likely because it was compiled properly by a modern MSVC compiler, and a clearly...
@mintty > Note that setting disable_pcon on the fly works when launching mintty or a new shell,.. Wish I thought of that before (above). Also I think I need to...
I now have a working **CMake** build that: - Works out-of-the-box (without hacks) on all 3 main shell environments: `Powershell`, `MSYS MINGW64` and `Cygwin`. - It's using only 1 `CMakeLists.txt`...