Arthit Suriyawongkul

Results 454 comments of Arthit Suriyawongkul

A script the find CSV files with no mentioned in the codebase: ```bash #!/bin/bash # Run this script from the "code" directory. CSV_DIR="vocab_csv" csv_files=$(find "$CSV_DIR" -type f -name "*.csv") unused_files=()...

@zvr @ilans @goneall @@bobmartin3000 this is the PR tracker for `support/3.0` branch from 14 Apr 2025 Outreach meeting

Agree. We can keep this open. But we may need some agreed time frame that a change log shouldn't be lagging behind this line.

I have updated the PR description, so it should be clearer which PRs go to `develop` and which PRs go to `support/3.0` branches.

> Thanks @bact for getting this started. Questions below on 'Added' - if you agree it doesn't impact compatibility, please remove that word. Thank you. 'Added' removed from the notes.

Very good point. I will figure if we can keep the links untouched.

I have proposed another layout at #833. It sticks with traditional style of headings + keep old links, while info are in individual tables that share same format for table...

Closed because of outdated data

Does it possible to escaped the `:`? For example, if `::snt` is intended, we may have: `# ::snt this must be separated using \:\: unless it is a single line`...