Christian Sakai

Results 13 comments of Christian Sakai

I tried the solution above, and now it gets an error ``` classify.cc:2:10: fatal error: 'dlib/graph_utils.h' file not found ```

> It's a new chrome instance. When you click the icon usually chrome is just minimized into the background rather than closing all the way. Try force closing your chrome...

I tried just ``` DIESEL_FLAGS="--force --no-default-features --features postgres" ``` and it didn't work. What worked was setting ``` heroku buildpacks:set https://github.com/emk/heroku-buildpack-rust ``` and then also with ``` DIESEL_FLAGS="--force --no-default-features --features...