[-] lens0021@programming.dev 3 points 2 weeks ago* (last edited 2 weeks ago)

The answer to the question is no. In my settings, zoom only works while holding down the Alt key. So it is fine.

5

Taat means you can easily use it in any VS Code Compatible Editor, just like:

  • Cursor
  • WindSurf
  • VSCodium
0
버터스콘 2025 회고 (docs.buttersc.one)
18
submitted 1 month ago* (last edited 1 month ago) by lens0021@programming.dev to c/rust@programming.dev
  • New CLI flag allows overriding the markdown flavor for a single run
  • Options: commonmark, gfm (GitHub Flavored Markdown)
  • Useful for testing files against different markdown specifications
3
1
Wikimedia Tech/News/2025/52 (meta.wikimedia.org)
22
submitted 1 month ago* (last edited 1 month ago) by lens0021@programming.dev to c/openstreetmap@lemmy.ml
  • Christmas trees and markets now appear on the map (Viktor Govako)
  • OpenStreetMap data is current as of December 14, 2025 (Viktor Govako)
  • National park borders and labels are less prominent on the world map (Viktor Govako)
  • Search in Lithuanian now works correctly (Alexander Borsuk)
  • Ukrainian translations are improved (Nnifria)
  • German, Hungarian, Lithuanian, Spanish, and Turkish translations are improved (Weblate contributors, Viktor Govako)
  • Roundabout TTS voice directions in Croatian are corrected (@chupocro, Alexander Borsuk)
12

cross-posted from: https://programming.dev/post/42658798

Mago 1.0.0 - the first stable release of the Mago PHP toolchain

7
1
4
submitted 1 month ago* (last edited 1 month ago) by lens0021@programming.dev to c/mediawiki@programming.dev
1
5
[-] lens0021@programming.dev 3 points 2 months ago* (last edited 2 months ago)

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.

[-] lens0021@programming.dev 3 points 2 months ago

tbh, I wouldn't recommend that during alpha staging. There are still many bugs.

[-] lens0021@programming.dev 3 points 2 months ago

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"
[-] lens0021@programming.dev 2 points 3 months ago* (last edited 3 months ago)

You are absolutely right. I've edited the title from "Organic Maps as default navigation app in EU on iOS, and road shields displaying on Android" to "Organic Maps can be set as default navigation app in EU on iOS, and road shields displaying on Android". I am sorry for late response. I was at work and couldn't check.

[-] lens0021@programming.dev 2 points 3 months ago* (last edited 3 months ago)

I assumed an ordinary person. My parents use the "한영키" to switch between Hangul and the alphabet. While I'm geeky enough to configure my Caps Lock key to function like that switch, most people wouldn't even imagine that functionality is configurable.

[-] lens0021@programming.dev 3 points 3 months ago* (last edited 3 months ago)

If you're okay with ibus-hangul, you can configure the keyroard shortcut for Gram.

Click "Add" and press "한/영" key on the keyboard.

ibus

[-] lens0021@programming.dev 3 points 3 months ago

All eight current high school Korean history textbooks describe the Jeju April 3 Incident with an average of over one page of content. -- https://www.jejusori.net/news/articleView.html?idxno=435552

Maybe I just forgot, but one page is to hard to remember. I graduacted high school ~15 years ago.

[-] lens0021@programming.dev 3 points 3 months ago

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.

[-] lens0021@programming.dev 3 points 3 months ago* (last edited 3 months ago)

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.

view more: ‹ prev next ›

lens0021

0 post score
0 comment score
joined 4 months ago
MODERATOR OF