Qiangning Hong

Results 5 issues of Qiangning Hong

看到 TODO 里有整理左耳朵耗子的推文记录,告知一下之前 @yihong0618 抓取过他的全部推文,在 https://github.com/yihong0618/twint 下。 另外,我们设立了一个收集 @haoel 公开内容的项目,在 https://github.com/ghostincoolshell/haoel-articles ,里面已经有一些数据,例如酷壳的 blog 文章(包括图片)、左耳朵耗子最近半年的微博等, @yihong0618 抓取的推文在这个项目里也放了一份。我们还在继续收集。如果有需要可以直接用,应该能省掉一些抓取和清理的工作量。

`pip-compile --upgrade-package` allows you to upgrade a specific package to a specific version instead of the latest version. For example, you can use the following command to update the `django`...

compatibility
cli

According to [JSON-RPC 2.0 Specification](https://www.jsonrpc.org/specification#parameter_structures) , the `params` field of request object may be either by-position (Array) or by-name (Object). However the current implementation of fastapi-jsonrpc forces to use by-name...

bug

升级 pip 到 22.3 后,运行 lain 出错。降级到 22.2.2 后正常。 ``` ❯ lain init not in a lain app repo please use --commit, otherwise you'll have to git add / commit...

* 支持使用 https 访问 registry * 支持定义外部命令来获取访问 registry API 需要的 access token * 支持定义访问 registry API 的 access token 类型(`Bearer` 还是 `Basic`) * 缩小获取 tag list 的 limit 到 1000...