Is it April Fool's Day already?
Currently, Amber does not even support Bash 2 because Bash 2 does not support the += operator. (ticket) However, I believe that POSIX compliance is on Amber's long-term milestone, and that it will eventually achieve this as its support range expands.
tbh, I wouldn't recommend that during alpha staging. There are still many bugs.
Yep, the code you provided is compiled into this:
command_0="$(cat file.txt | grep "READY")"
__status=$?
if [ "${__status}" != 0 ]; then
echo "Failed to read the file"
fi
So, the outcome would depend on the pipefail option. (set -o pipefail)
As you suggested, an Amberic snippet would be:
import { file_read } from "std/fs"
import { match_regex } from "std/text"
const result = file_read("file.txt") failed {
echo "Failed to read the file"
}
if match_regex(result, "READY"):
echo "file.txt contains READY"
I will try this. I rarely open xls files and all the icons on libre Calc look... old. They feel like they're straight out of the year 2000 (which might be true). I tried changing the theme, but none of them suited my taste.
The bad thing is Collabora only provides a single flatpak file for Linux. I wish it would be served on flathub. I was so disappointed enough that I tried OnlyOffice yesterday, but all the UI components of OnlyOffice are too large for my screen and the available scaling factor options are 100%, 125%, and so on while what I really need 75%. There is a feature request for this by the way.
We are improving compilation performance through (1) parallel compilation in the compiler front-end, which delivers 20-30% faster builds, and (2) making the Cranelift backend production-ready for development use, offering roughly 20% faster code generation compared to LLVM for debug builds.
👍
If you're okay with ibus-hangul, you can configure the keyroard shortcut for Gram.

Click "Add" and press "한/영" key on the keyboard.
ibus
All Korean keyboards, including the one on my LG Gram (which is a Korean model), have a dedicated key for switching between English and Korean (the "한영키"). Everyone who isn't technically inclined uses this key. Using Ctrl + Space is a bad user experience.
I want to read more, but sadly curl is the only article on the site.
Thank you for your kind words! Meanwhile, thanks to logging_strict, I discovered that GA and Beta milestones are set on the https://github.com/astral-sh/ty/milestones page, and the Beta milestone is 69% complete. Looking forward to ty's GA.
I posted because I was happy to see some software in growing up. If you are not comfortable, I will not post this kind again.
There was postwowan, it is currently renamed to Hoppscotch https://github.com/hoppscotch/hoppscotch