issues Search Results · repo:dougthor42/trendlines language:Python
Filter by
82 results
(53 ms)82 results
indougthor42/trendlines (press backspace or delete to remove)dougthor42
- Opened on Apr 14, 2020
- #177
the docker container version works,
however the version of the repo has some issues, are you sure the version on the requirements.txt are correct?
python3 -m venv venv
source activate/venv/bin/activate.fish ...
joamatab
- 3
- Opened on Oct 15, 2019
- #175
A reddit thread mentioned FastAPI. It might be a good alternative to flask-rest-api, which is giving me some problems
(Eg: #168).
dougthor42
- 1
- Opened on Sep 12, 2019
- #174
In Werkzeug 0.15, DispatcherMiddleware was moved from werkzeug.wsgi.DispatcherMiddleware to
werkzeug.middleware.dispatcher.DispatcherMiddleware. (Source)
dougthor42
- Opened on Aug 17, 2019
- #173
There should be a link to the demo (http://dougthor.com/trendlines) and to the Swagger API docs
(http://dougthor.com/trendlines/api) in both the docs and the readme.
dougthor42
- Opened on Jul 13, 2019
- #172
The API demo pages don t work.
Related to #162.
Looks like the swagger blueprint doesn t get correct URLs. Running an example when URL_ROUTE = /trendlines results in
this URL being generated:
http://localhost:5000/api/v1/metric ...
dougthor42
- Opened on Jul 11, 2019
- #168
Sending in a json value with a trailing period . causes a 400 error. Eg:
{
metric : baz ,
value : 50.
}
I m not sure if this is a limitation of JSON (do numbers with decimal places need trailing ...
dougthor42
- Opened on Jul 11, 2019
- #167
When the user manually types in /api/v1/data and attempts a GET, a 405 Method Not Allowed is returned.
Instead, a helpful page should be displayed. Something along the lines of You can t use METHOD here, ...
dougthor42
- Opened on Jul 9, 2019
- #164
The redis version in docker-build.yml and the example docker/docker-compose.yml file should be pinned.
dougthor42
- Opened on Jul 5, 2019
- #163
When running behind a URL proxy (eg: using URL_PREFIX and DispatcherMiddleware), the URLs for the API doc pages are
incorrect.
Expected:
/URL_PREFIX/api /URL_PREFIX/api/redoc
Actual
/api /api/redoc ...
dougthor42
- 3
- Opened on Jun 27, 2019
- #162

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.