Results 13 issues of CZ

repo [1] can extract meta info (doi, arxiv) from pdf. please consider integrate it into pubs. [1] https://github.com/metachris/pdfx

enhancement

I can't find a document or wiki page regarding upgrading. I got an error in this line after upgrading. ```ts schedule.defaults.enable = false; ``` Is this the right new version?...

what I did: ``` const routerV0 = new Router({ apiDoc: path.join(__dirname, 'api-v0'), apiExplorerVisible: true, }) routerV0.mount(middleware, path.join(__dirname, 'controllers-v0')) app.use(routerV0.routes()) const routerDash = new Router({ apiDoc: path.join(__dirname, 'api-dash'), apiExplorerVisible: true, })...

enhancement

``` (node:23765) [DEP0079] DeprecationWarning: Custom inspection function on Objects via .inspect() is deprecated ```

``` Collecting adium-theme-ubuntu==0.3.4 (from -r requirements.txt (line 1)) Could not find a version that satisfies the requirement adium-theme-ubuntu==0.3.4 (from -r requirements.txt (line 1)) (from versions: ) No matching distribution found...

Perhaps we can make it interactive here, so that users can choose an answer in the console. ``` question: 为什么有时候一亩三分地的数据跟我感觉的平均情况相差很大? answers: {'4': '这些都包括', '2': '越极端的数据越引人注意', '3': '发帖人自我选择来分享自己的数据,并没有自称自己代表了“平均”', '1': '越极端的数据越容易被公布'} question...

It works fine on my local environment (my laptop). But the same code on AWS Lambda would cause a timeout exception, and no log event was created in the target...

**Describe the bug** I can't install dependencies with Poetry. **To Reproduce** Steps to reproduce the behavior: 1. `poetry env use 3.9` 2. `poetry lock` 3. `poetry install` **Screenshots** Poetry reports...

bug

I cannot install this package with pip/poetry because the `ccxt==1.90.41` specified in `requirements.txt` does not exist on PyPI. Can you change it to this? ``` ccxt>=3.0.48 ```

bug