Saulius Krasuckas
Saulius Krasuckas
@AeliusSaionji: which additional shells would you like to get support for? Is that for Bourne-like shells (eg. Dash) or something more complicated (TCSH, KSH, ZSH)?
@sickill, I partially disagree. Asciinema should: (1) not crash when disk is full but exit gracefully; (2) when crashing, it should handle the signal & tell that the output file...
Thanks for the details!
> It means the executable does not match with the architecture of your machine. Or there is something wrong with uclibc, musl, ... ... or maybe just wrong file permissions...
Maybe just a "New location" or "New repo" ?
I am fine with these emojis! They are in the right place. :) Just the text itself looked a bit too long (to catch the eye effectively, IMO). No offense,...
Thanks! :)
@thibaultmeyer commented [4 days ago](https://github.com/msys2/MSYS2-packages/issues/1799#issuecomment-1571351524): > Any news about a up-to-date bind package or dig packaged separately? I guess no because of this BIND9 commit from Jun 9, 2021: https://github.com/isc-projects/bind9/commit/440fb3d225b0350f7ed8b2916172a2ead3bc14f9...
This probably belongs to [msys2/msys2-installer](https://github.com/msys2/msys2-installer) repo. And then it has quite newer releases, Eg: https://github.com/msys2/msys2-installer/releases/tag/2023-07-18
Works for me too: ``` saukrs@DESKTOP-O7JE7JE MINGW64 ~/src/c-tests/testing-headers-threads.h $ cat thread.c #if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L \ && !defined(__STDC_NO_THREADS__) #include #endif saukrs@DESKTOP-O7JE7JE MSYS ~/src/c-tests/testing-headers-threads.h $ gcc -c -std=c11 thread.c...