SomeBottle
SomeBottle
* [https://docs.microsoft.com/zh-cn/graph/paging](https://docs.microsoft.com/zh-cn/graph/paging) * [https://docs.microsoft.com/zh-cn/graph/query-parameters#skip-parameter](https://docs.microsoft.com/zh-cn/graph/query-parameters#skip-parameter) * https://docs.microsoft.com/zh-cn/graph/api/driveitem-list-children?view=graph-rest-1.0&tabs=http#optional-query-parameters 之前翻看文档发现分页正好有个```skip```查询参数可以跳过指定项目数,结果当我在拉取onedrive目录子项的时候竟然提示**不支持**! 导致现在我只能用默认的```top```参数和```skipToken```进行分页,这样的问题是指定翻到哪一页时需要进行遍历请求,我能做的只是分担一部分分页工作给本地服务器以减少请求压力 但是嘛...真的好想微软Graph支持列出子项这个api使用skip参数啊啊啊!.....((/- -)/ 致看到**这条issue**的各位,哪天微软支持了记得回复一下,咱会看到的,谢谢了!
最近我把我的博客程序的验证方式也改成了personal token. 从github API文档可以看到,github要取消对basic验证的支持了...
Related to #425 Recently I'm testing udocker on Google Colab and found an issue caused by the copy logic below: https://github.com/indigo-dc/udocker/blob/638bc42f236e29a85368b38d21e49940c5908dfe/udocker/engine/nvidia.py#L66-L80 * Tested with T4 GPU Runtime. When copying nvidia-related...