blurrcat

Results 4 comments of blurrcat
trafficstars

I wasted an afternoon debugging this. Thanks @necramirez! Other people, another workaround for now is `docker run -e PASSWORD=password4u mrvauntin/adminmongo /bin/sh -c "rm config/app.json; node app.js"`.

Here's how Flask-SQLAlchemy generates the context([_calling_context](https://github.com/mitsuhiko/flask-sqlalchemy/blob/master/flask_sqlalchemy/__init__.py#L111)): From the most inner frame which issues a db query, it goes upwards to find the frame that matches the "app_path", and set that...

Hello, is there a workaround before this is fixed? I've tried manually installing utop with opam, but dune still doesn't pick it up. After `opam install utop`, `dune utop` still...

That was my understanding too, but it didn't work. I'm using a local switch: ``` ➜ which utop /home/han/workspace/golden-sheaf/_opam/bin/utop ➜ which dune /home/han/workspace/golden-sheaf/_opam/bin/dune ``` When running `dune utop` ``` ➜...