Harry Moreno
Harry Moreno
During my system design studies I keep hearing that scaling websockets is tricky, because a load balancer has to route the client to a node that can help it in...
I like this action! The only thing I still have to do is cut a release in Github's UI (https://github.com/user/project/releases). Anyway to automate that as well?
The epub crashed my computer. Wouldn't it be preferable to provide it as a github pages website. https://pages.github.com/
Hello, I am curious about this project. But it is unclear to me what it does exactly and when would I want to use it. I suspect I could use...
Right now the template function naively loads every timezone as options in form. I would be nice to load these over ajax to speed up delivery of the webpage.
Tensorflow lite claims to support iOS. Is supporting iOS a goal for this project? Would a pr be welcome for iOS? Update: I see there is an iOS directory. Maybe...
* add build step to project * add dev script * instruct to use DATABASE_URL * the flow is inspired by https://stackoverflow.com/a/34484065/630752 fixes #37
the Heroku section instructs the user to add code for DATABASE_URL https://www.robinwieruch.de/graphql-apollo-server-tutorial/#graphql-server-postgresql-deployment-heroku The DATABASE_URL env var is widely used. It would make more sense to specify this from the very...
If the DATABASE_URL env var is defined we act like we are in production. When we are in production we wipe the db if the api restarts. 1. env var...