Daniel Deutsch
Daniel Deutsch
- Like https://github.com/developer-stories - maybe use pictures instead of video
@liadmagen 's idea: https://www.kdnuggets.com/2018/07/cookiecutter-data-science-organize-data-project.html
[Flask-script](https://flask-script.readthedocs.io/en/latest/) is no longer maintained. It should be replaced with the [flask CLI](http://flask.pocoo.org/docs/1.0/cli/) to ` flask run `
Currently the only use case is to `request arxiv` data, which is actually not 100% correct, because 1. the main use case of this repository is to provide the parsed...
**Describe the bug** The MAINTAINER command in the Dockerfile is deprecated. See [official documentation](https://docs.docker.com/engine/reference/builder/) **Expected behavior** Shouldn't be used.
To ensure commits that are referencing the issues all commits shall have the format of `# ` for example: see [this commit](https://github.com/Keep-Current/web-miner/commit/7d331aa8151958a8a783d42b20fa84f2b6f230a7) 
[See file here](https://github.com/Keep-Current/web-miner/blob/master/webminer/external_interfaces/flask_server/rest/arxiv_document.py) See the discussion on this issue [on Slack](https://keep-current.slack.com/archives/CAU31TV8F/p1533830565000519) Right now the Response is JSON dependent (end of the file): ```python return Response( json.dumps(response.value, cls=ser.ArxivDocEncoder), mimetype="application/json", status=STATUS_CODES[response.type], )...
Add pre-push hook to check for: - linting - formatting - tests Yes, this is done in Travis, but it's good to have immediate feedback before pushing bad code