Jonathan D Kelley
Jonathan D Kelley
I've validated I can telnet to the port I've forwarded from vagrant (localhost:27018) but the mongo client hangs trying to connect using mongo --host 127.0.0.1 --port 27018. This is also...
When running `pip3 install eve_sqlalchemy` on Python 3.11 the cerberus dependency fails. Are these projects still maintained? They were so useful in their prime. ``` Collecting eve_sqlalchemy Using cached Eve_SQLAlchemy-0.7.1-py2.py3-none-any.whl...
## Expected Behavior Description... Can't docker-compose up ``` make info .:: OPENEDX-DOCKER ::. == Active configuration == * EDX_RELEASE : hawthorn.1 * FLAVOR : oee * FLAVORED_EDX_RELEASE_PATH : releases/hawthorn/1/oee *...
Probably something like ``` GitHubCalendar(".calendar", "jondkelley", { proxy (username) { return fetch(`https://localhost/github`) } }).then(r => r.text()) ```
Normally I do this with Google analytics but the point of this is to be fun and creative, adding some extra fluff to the resume, etc. * https://github.com/bmweiner/crumby * https://flask-track-usage.readthedocs.io/en/latest/
Can you share a bit more about your build process? I tried to dockerize this and am getting: ``` => ERROR [builder 8/8] RUN echo "Compiling for darwin-amd64..." && glide...
Upgrade for Python3 (w/ unicode support) ✅ Built new docker images ✅ Setup for docker-compose ✅ Move the code into Flask blueprint pattern. ✅ Add docker-compose file with a Redis...
**Describe the bug** Happens after successfully installing requirements.txt. It looks like axes is a dynamically loaded module of some sort that hasn't been committed yet. **To Reproduce** Steps to reproduce...
**Describe the bug** A clear and concise description of what the bug is. ``` OperationalError no such table: website_course ``` **To Reproduce** Install from 1.0.0 branch python3 manage.py migrate python3...