Daniel Deutsch

Results 30 issues of Daniel Deutsch

- https://www.bvp.com/portfolio/anti-portfolio

Idea

- Like https://github.com/developer-stories - maybe use pictures instead of video

Idea

@liadmagen 's idea: https://www.kdnuggets.com/2018/07/cookiecutter-data-science-organize-data-project.html

enhancement :rocket:
Hacktoberfest :maple_leaf:

[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 `

enhancement :rocket:
good first issue :new:
Hacktoberfest :maple_leaf:

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...

enhancement :rocket:
good first issue :new:
Hacktoberfest

**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.

bug :bug:
dev ops / ci :robot:
Hacktoberfest

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) ![image](https://user-images.githubusercontent.com/22077628/43955476-b36763a0-9ca0-11e8-91b7-c05f8ef4e0fc.png)

improve open source :free:
Hacktoberfest

[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], )...

enhancement :rocket:

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

enhancement :rocket:
help wanted :hand:
dev ops / ci :robot: