longqingzhao
longqingzhao
### Environment - [x] Autosize Version: 1.2.1 - [x] Target Android Version: android 10.0 - [x] Device Model: honor10 - [x] Device Resolution: 2280 * 1080 - [x] Design Size...
## 想要的能力是 机器人多媒体文件资源接收 ## 基于想要的能力,能够实现的是 在频道里进行多轮对话,对话中包涵各种文件资源。机器人可以直接或者间接获取文件资源及相关文字进行存储学习 ## 如果未提供该能力,造成的影响是 机器人无法根据用户给出的文件,给用户正确的答案。(无法更好的使用ai)
I want to start a project about generate UI. but I have no idea use compose to generate UI. can you give me some good suggestions?
My project is packaged by adding webpack to react. After starting another application or a small program, my input box and copy have no focus, so I cannot input or...
When I configure the tool chain to the openocd directory, I report an error. The error message is "invalid command name "program_esp32"". I think the mistake was that openocd didn't...
https://github.com/Telegram-Mini-Apps/issues/issues/21
### Your Question After I use `tonConnectUI.sendTransaction(transaction)` to transfer ton, I can get boc。But to transfer jetton, I got undefined。so how can I get jetton After `tonConnectUI.sendTransaction(transaction)` ### Context I...
### Describe the bug ``` const payload = payId ? beginCell().storeUint(0, 32).storeStringTail(payId).endCell().toBoc().toString('base64') : void 0 const transaction = { validUntil: Math.floor(Date.now() / 1000) + 360, messages: [{ address: toAddress, amount:...