Chen Yu
Chen Yu
What I believe is the app script's site is not responsive some times(even after refresh) though internally its already updated. My trick is to only leave appscript.json open in the...
Looks like now must put an embed with a Title. The example at Readme no longer works too: ```js const msg = new webhook.MessageBuilder() .setName("Username") .setColor("#aabbcc") .setText("This is my webhook!");...
It seems https://github.com/leyan95/qrcode_scanner/commit/c7f6f87e70a9b65ae1cfbb3fc2b4fa4d3afc137b completely regressed all permission seeking and now the camera access is getting denied. Downgraded by using `qrscan: 0.2.19` works still ## Update I realised the example code...
Still not working. Someone also opened another similar issue https://github.com/Shopify/shopify-api-js/issues/878 https://github.com/Shopify/shopify-api-js/blob/2bd69f862c166c5892cc8a8ceb9eecff6aa9aeb1/lib/utils/processed-query.ts#L11 https://github.com/Shopify/shopify-api-js/blob/2bd69f862c166c5892cc8a8ceb9eecff6aa9aeb1/lib/utils/processed-query.ts#L50 As described in the mentioned issue, I suppose this does not work (for app proxy signature?) because the...
Thanks. Can confirm as I am using Node 14. Tried on Node 10 it's working fine except still getting https://github.com/OptimalBits/redbird/issues/233 when set `production: false`. I was actually banned for testing...
Switching back to 18.04 still works though. https://github.com/Neo-Oli/termux-ubuntu/commit/b8bc3324d1ab80b554ac30c077ce8eef7724359c
You can get a rough estimate by using a free translation service, like copying and pasting the `srt` text into Google Translate, do note it also has character count limits....
It is intended as of now to combine multiple lines of a single SRT timestamp entry as 1. Will be looking into better ways doing this further. Would try the...
Fixed in https://github.com/Cerlancism/chatgpt-subtitle-translator/commit/ce63d7af4f89a04deb1a91b441cf3ce8d9b23a3f and https://github.com/Cerlancism/chatgpt-subtitle-translator/commit/677b5866e0d4f67f3e6a49ddafa510722732a06d This issue could also be improved with the newly supported structured mode Experimental feature: Try in CLI `--experimental-structured-mode`
This is intentional. If the model does not follow the expected line number labeling format from the prompt, for example, ```1. Input Language``` Should output ```1. Translated Output Language``` Instead...