* Discord chat bot to announce projects (#590)
Add support for discord chat bot to announce when images are set, with instructions on configuring for dev. This uses the REST
API instead of a websocket connection, which is needed for serverless deployment.
Co-authored-by: Kurt Hutten <k.hutten@protonmail.ch>
* Remove discord.js dependency.
Co-authored-by: Kurt Hutten <k.hutten@protonmail.ch>
* Force netlify build
builds are being canceled even though there are changes
* Revert "Upgrade packages (#594)"
This reverts commit 5531f2e0c1.
* Revert "Discord chat bot to announce projects (#590)"
This reverts commit 90fece9598.
* Revert "Force netlify build"
This reverts commit 315ebf0c59.
* Make sure project title is robust
* Add support for discord chat bot to announce when images are set, with instructions on configuring for dev
* Tweak discord bot message.
Co-authored-by: Kurt Hutten <k.hutten@protonmail.ch>
* Moved EditorMenu/helpers.ts file to src/helpers. Reused STL download helper on a new button in the project profile page
* Tweak download STL style - flex-wrap the column and grow original "built with" content so the button is pushed write but remains responsive on smaller screens
* Initial work to support curv
* Correct the initial code file location
* Preview and stl mvp working
* Prepare changes for review and preview build
* Run curv inside of /tmp
When exporting an stl it writes temporary files which is not allowed
when deployed to aws unless it's in temp.
* Lock in specific curv commit for reproducible builds
see: https://discord.com/channels/412182089279209474/886321278821216277/912507472441401385
* Add curv to backend schema
* Frontend changes to accommodate curv deploy
* Use vcount instead of vsize, as it's independant of geometry size,
This is good for CadHub usecase where we don't know anything about the
user's project
* Final tweaks for deploy
virtual screen size does matter,and curv is a little more memory hungry
than the other functions
* Format project
Co-authored-by: lf94 <inbox@leefallat.ca>
Co-authored-by: Kurt Hutten <k.hutten@protonmail.ch>
I three people mention to me "what is getting all distorted. Obviously
it's not clear that it's a stylistic effect. plus the home page
animation is busy enough as it is.
* Switched to Miniconda image
* Update cad endpoint url
and some minor tweaks
Co-authored-by: Jeremy Wright <wrightjmf@gmail.com>
Co-authored-by: Jeremy Wright <wrightjmf@gmail.com>
* Rough changes to make the CadQuery integration work with the customizer
* Tweak runCQ
* Switched to Anaconda
* Cleaned up code
* Update CadHub after anaconda
Related to #547
* Add final tweaks to CQ customizer
* Separated out customizer.json from params.json
* Changes after discussing CadHub integration
* linting runCQ
Co-authored-by: Kurt Hutten <k.hutten@protonmail.ch>