Jason Chiang
Jason Chiang
update for telegram Bot API - add method: copyMessage (Bot API 5.0) - add parameter: protect_content (Bot API 5.6) - add parameter option: MarkdownV2 (Bot API 5.6)
"cfcfli rm" without any matching parameter will delete 20 dns records without asking user first. User should get warning if it's ok to delete record without any matching parameter. This...
https://github.com/zerodytrash/TikTok-Live-Connector/blob/be0ed04b5ec20a0b401f488382390256c718ef5f/src/lib/tiktokUtils.js#L37 I used tool "why-is-node-running" to figure out why my code won't exit after almost an hour. I think this code maybe is for statsical need on signServer. But using...
```cfcli add -d test.com -t CNAME 000 abc.com``` would result ```CNAME 0.test.com -> abc.com``` instead of ```CNAME 000.test.com -> abc.com```
browser sometime use wrong encoding with Cyrillic script which cause script unable to load. This will fix the error in some browser. It's barely noticeable but cause me quite a...