Exegetech

Results 20 comments of Exegetech

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...

``` .godlike {} ```

+1 to this. I am using Mac Big Sur, and Firefox v93. Impossible to use. Very slow. Wallet works for ADA. EDIT: I also tried Brave browser. Chrome. Same thing....

@donkeybonks Seems that the second point is the easiest. Could you explain more?

Ah that makes sense. Basically some sort of property basic testing. I see, it looks that it is better to do the first part first. How do we pull that...

Sounds good, I'll try the second part.

@donkeybonks I looked at `spec/DecodeEventsSpec.hs` and curious about the lines on top of the file. I tried to run, ``` -- Run GHCi: -- $ stack install pretty-show -- $...

**UPDATE**: Solved for me, I just use joinTo instead of entryPoints