Thai Pangsakulyanont

Results 87 issues of Thai Pangsakulyanont

@wiennat's site has Prev/Next/List link, we should support that natively ![Screenshot_20210124-173409_Chrome](https://user-images.githubusercontent.com/193136/105627622-82dd0800-5e6a-11eb-872f-80ad1d3301c2.jpg)

To prevent last minute changes from breaking the whole app, we want to make sure tests are passing before going live. Maybe can be as simple as 1. Loading the...

help wanted
good first issue

เอาไว้ดูภาพรวมคะแนนเสียงของแต่ละพรรค ![image](https://user-images.githubusercontent.com/193136/55090431-ae153580-50e1-11e9-858e-a700e0ea46ce.png) | Before | After | | --- | --- | | พท![image](https://user-images.githubusercontent.com/193136/55090072-0dbf1100-50e1-11e9-8fb1-db5a5aadc92f.png) |  ![image](https://user-images.githubusercontent.com/193136/55090102-1879a600-50e1-11e9-94d8-2da915d155af.png) | | พปชร![image](https://user-images.githubusercontent.com/193136/55090190-3d6e1900-50e1-11e9-89fb-36c20f676e92.png) |  ![image](https://user-images.githubusercontent.com/193136/55090177-38a96500-50e1-11e9-8c73-2da6d9744637.png) | | อนค![image](https://user-images.githubusercontent.com/193136/55090241-58408d80-50e1-11e9-8301-763f94187b86.png) |  ![image](https://user-images.githubusercontent.com/193136/55090265-64c4e600-50e1-11e9-8484-1e01793ea030.png) | | ปชป![image](https://user-images.githubusercontent.com/193136/55090324-802ff100-50e1-11e9-8238-f449cee1089d.png) |...

New function `__(th, en)` is added. It will return the English or Thai text based on current language, and updates automatically. It returns an element (not string) (that’s how it...

![Image from iOS](https://user-images.githubusercontent.com/193136/54994890-f6582900-4ff7-11e9-8070-59fff656725b.png)

help wanted
good first issue

This issue represents the whole website development. (For [puzzles](https://www.yegor256.com/2010/03/04/pdd.html).)

[^fn1]: https://github.blog/changelog/2021-09-30-footnotes-now-supported-in-markdown-fields/ When I use footnotes[^fn1], the language server generates a warning. Here’s a repro, put this is `src/test/diagnostic.test.ts`: ```ts test('Should not generate diagnostic for valid footnotes', withStore(async (store) =>...

enhancement

Steps to reproduce 1. Create a Playwright project (Test: Install Playwright) 2. Add `await page.pause()` to `tests/example.spec.ts` 3. Right click and **Debug Test** Expected: - Test should pause on `page.pause()`...

Most base-64 decoding libraries accept (and ignore) whitespaces, however this library throws an error. It would be much more convenient if this library is more lenient in reading base64 data...

enhancement

Alternate title: **Disallow function calls whose return values are discarded.** Based on [this blog post](http://blog.jenkster.com/2015/12/which-programming-languages-are-functional.html), when you call a function and don’t use it’s return value, chances are high that...