Alexander Myasoedov

Results 73 issues of Alexander Myasoedov
trafficstars

enhancement
help wanted
good first issue

enhancement
help wanted
good first issue

```shell pip --version pip 9.0.1 from /Users/miasool/pyenvs/xor_ai/lib/python3.6/site-packages (python 3.6) ``` ``` pip install fbprophet Collecting fbprophet Downloading fbprophet-0.2.1.tar.gz Requirement already satisfied: matplotlib in /Users/miasool/pyenvs/xor_ai/lib/python3.6/site-packages (from fbprophet) Requirement already satisfied: pandas>=0.18.1...

As a feature would be nice to have a markdown export to `docs.md` file

enhancement

A typical error message in logs looks like this which I found a little bit confusing ``` [WARNING] [retry.api:40] Expecting value: line 1 column 1 (char 0), retrying in 2...

Hi, We have a use case when we running N ( where N could be 10, 20 ....) redis servers with dynamic ip addresses and dns based service discovery. So...

# Update deployments doc with langcorn API server API server example ```python from fastapi import FastAPI from langcorn import create_service app: FastAPI = create_service( "examples.ex1:chain", "examples.ex2:chain", "examples.ex3:chain", "examples.ex4:sequential_chain", "examples.ex5:conversation", "examples.ex6:conversation_with_summary",...

Currently a bunch of tests are skipped due small breaking changes ``` ====================================================================== 1) SKIP: test_generate_map (tests.test_core.TestGenerate) ---------------------------------------------------------------------- No Traceback Exception: changed api ====================================================================== 2) SKIP: test_generate_map_complex (tests.test_core.TestGenerate) ---------------------------------------------------------------------- No...

easy
tests