kk

Results 28 issues of kk

app.py ``` class model(object): class Book(db.Model): bookid = db.Column(db.Integer, primary_key=True) name = db.Column(db.Unicode, nullable=False) ``` bookdata.json ``` { "model": "app.model.Book", "records": [] } ``` the error is module `app.model` not...

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-issues). ### Prerequisites - [X] I'm using the latest version of Docusaurus....

bug

目前接口返回的最早数据是 2020-01-24,如果能获取更早的数据会更有价值。 有篇论文 [SARS传播的数学原理及预测与控制](https://math.tongji.edu.cn/model/docs/tcumcm2003A.pdf) 提供了一个预测疫情的模型,其中数据要 25 天以上才能拟合的比较好。 丁香园的数据中看上去有早期数据01-11。[网易新闻](https://news.163.com/special/epidemic/#map_block) 最早是01-21。 更完整的数据看上去只有从政府网站通报中爬取,但处理起来会非常麻烦。 有一篇文章 [澎湃新闻网 - 面对肺炎疫情,政府的数据开放还有很大空间](https://pit.ifeng.com/c/7tXYB2NVYES) 看完深感政府数据开放太不完善了。

enhancement
help wanted

The standard lib `textwrap.shorten` truncates words, not single characters. And there doesn't seem a way to configure shorten() or a TextWrapper instance to clip single characters and not words. See...

I find that feedparser is very slow when parse large feeds, and it's also not fast when parse small feeds. For example (about 5 MB): `https://aotu.io/atom.xml` feedparser cost 15 seconds...

performance

微信小程序Logo说明: https://developers.weixin.qq.com/community/develop/article/doc/000aa02de5ca903d041b2e88a5ec13 支付宝小程序Logo说明: https://opendocs.alipay.com/mini/00mpjh

enhancement

### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe...

Fix https://github.com/encode/uvicorn/issues/1285

> Funcraft(后期不再维护建议您使用Serverless Devs) > https://help.aliyun.com/document_detail/140278.html Funcraft用的挺好的,怎么就换了呢?

使用 Funfile 构建,如果项目中有大的临时数据目录,fun build 开始执行时会占用很高 CPU,执行很慢,移除大文件后速度飞快。 已有 .funignore 文件: ``` data/ .env template.yml ``` 项目中添加 .dockerignore 文件没有效果,内容和 .funignore 一样。 希望能支持 .dockerignore 文件,或者让 docker build 执行时使用 .funignore。