Joel Giovinazzo
Joel Giovinazzo
ref: https://community.openproject.com/projects/openproject/work_packages/31973/activity
I'm trying to dockerise my react-flask application and for some reason the flask container is not accepting requests. **Dockerfile:** ```Dockerfile FROM tiangolo/meinheld-gunicorn-flask:python3.7 # RUN mkdir -p /app COPY ./server /app...
Hi! I'm trying to mess around with the golang binding for this tree-sitter grammar, and when I'm trying to run: ``` go get github.com/tree-sitter/tree-sitter-awk ``` I'm getting the following error:...