landall

Results 43 issues of landall

createCollectionRequest->execute() is the same as createRequest->execute() without handling the paging problem. createCollectionRequest->getPage() and merge array until createCollectionRequest->isEnd() become true.

Add share permission to others: https://docs.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_invite?view=odsp-graph-online Create share links: https://docs.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_createlink?view=odsp-graph-online Add a share folder to your onedrive: https://docs.microsoft.com/en-us/onedrive/developer/rest-api/concepts/using-sharing-links?view=odsp-graph-online#add-a-shared-folder-to-the-users-drive btw, it is useful in China to add share permission without invition...

enhancement

I find the tasklists cannot display correctly and there is no defination about class task-list-item

{"type":"Plain","text":"你的QQ暂不支持查看视频短片,请期待后续版本。"} 这是转发NodeList里的一行记录。 应该是视频短片类型没有被支持。 另外我发现直接转发视频给个人QQ,会被视为发送文件,HTTP插件模块不会产生任何webhook事件。

t:feature
N
s:core

CentOS 7可以只依赖一个包:java-latest-openjdk(属于epel仓库) 我是手动wget了wget https://maven.aliyun.com/repository/public/org/itxtech/mcl/2.0.1/mcl-2.0.1.zip 这个打rpm包应该并不难。 unzip mcl-2.0.1.zip chmod +x mcl 这样应该就能跑起来了。

t:feature

Query should separate the logic between findall and query itself. A solution is to import the concept of DocumentSet. It seems like: $documents = $db->findAll(); or $documents = $db->find(['books','apples','writers','cars']); $documents->query(.....);...

enhancement

I have a scene to let a user register an unique name or something else. I think it may be done by an atom operation using the locks when opening...

I think they can help you to improve the implement.

when will it support openapi v3.1?