David Watkins

Results 4 comments of David Watkins

What is your build environment?

Use branch qt5, then use the following commands to build graspit: ```bash sudo apt install -y cmake libsoqt520 libsoqt520-dev libblas-dev liblapack-dev libqhull-dev libeigen3-dev git sudo apt update mkdir $HOME/dependencies/ cd...

This would be awesome to have pulled into the main branch.

I was able to fix it by manually generating a token at: `https://api.slack.com/custom-integrations/legacy-tokens` and replacing the line `opts.apiToken = match[1];` in `lib/slack.js` with the token itself and commenting out the...