Daniel Fang

Results 4 issues of Daniel Fang

## Bug description In a basic Docker container: ``` FROM python:3.8 WORKDIR /app COPY requirements.txt requirements.txt RUN pip3 install -r requirements.txt COPY schema.prisma schema.prisma RUN prisma generate COPY . ....

kind/improvement
level/advanced
priority/medium
topic: binaries

Let's say you have 3 places people can send you money - Coinbase, Blockchain, and Google Wallet. Ideally, you'd want to have a /pay endpoint that incorporates each of these...

enhancement

Just a dump of integrations you (and I would like to see). 1. Statistics logger + database. This one excites me a lot. This is a module that doesn't return...

enhancement
help wanted

Right now, the app looks for specific modules outlined in modules.json in the lib/middleware/ folder. It also pulls all dependency requirements per module from the global package.json. I was wondering:...

enhancement
help wanted
question