landall

Results 43 issues of landall

the locationEnc field in CPLAsset seems to a complex struct after base64decoding it. Does any know how to decode it and get the information in it?

- pyiCloud release with the issue (`pip show pyicloud`): 1.0.0 - Last working pyiCloud release (if known): - Service causing this issue: photos - Python version (`python -V`): 3.10.11 -...

When I create an editable grid, how can I can the current json-format-data of the grid?

虽然好像SDK不检查这个也无所谓,这个让调用端检查也ok。 但因为很多人不知道文本消息的最大长度是2047字节(UTF-8编码),所以会有一些诡异的事情发生而无法理解。

Server: CentOS 7 PHP 7.4.33 SQLite version 3.7.17 Cli & Apache mode all trigger it. vendor/bcosca/fatfree-core/db/sql.php:268 report this error. I insert a var_dump($cmd) in line 183. Output is: string(137) "SELECT...

### What happened? when I use `npm init quasar` to generate a new cordova app. if I choose option 1 (work with vite), the generate project will lead to a...

kind/bug 🐞
mode/cordova
Qv2 🔝
bug/1-hard-to-reproduce
bug/1-repro-available
flavour/quasar-cli-vite

想投稿到一个第三方的vue组件库社区,试试看让那个组件库也支持kbone。

document

Environment ========== PHP 7.2.19 (cli) (built: May 29 2019 14:17:01) ( ZTS MSVC15 (Visual C++ 2017) x86 ) Pthread 3.2.0 Win10 x64 Summary ====== When I assign a object with...

应该是属于QQ官方机器人文档【文本交互】-【指令操作】这个章节的。 QQ官方机器人有大量Markdown模版相关的接口。 这些接口发出来的消息,Mirai目前实现为`{"type":"Plain","text":"[暂不支持该消息类型,请用最新版手机QQ查看]"}` 我们在PC端旧版本上看到的具体内容为: ``` 这是一条md消息 > [这是一个按钮] (mqqapi://aio/inlinecmd?command=%E6%88%91%E6%98%AF%E5%B0%8F%E7%94%B7%E5%A8%98&reply=false&enter=true) ![]() > ``` 我回复的这条消息,被Mirai识别为: ``` {"type":"Quote","id":1093558,"senderId":3474523889,"targetId":871301822,"groupId":871301822,"origin":[{"type":"Plain","text":"[暂不支持该消息类型]@少女 \n这是一条md消息 \n \n> [这是一个按钮] (mqqapi://aio/inlinecmd?command=%E6%88%91%E6%98%AF%E5%"}]},{"type":"At","target":3474523889,"display":""} ``` 刚才这条在界面上具体的样子是,上边是一行文本“这是一条md消息”,下边是一个超链接“[这是一个按钮]”, 点了之后会在本地直接执行inlinecmd命令,将command后边带的文字,代替你发给对方(是群的话,会自动at发这个链接的人) 希望能支持这种新的消息格式。

t:feature