80's are trendy (especially to me who is 45

I think the best will be on github likt that we can keep track of everything. I also have created a project associated to the github page, where we can list tasks and cherry pick the one that we are interested by. My current priority is to build the Docker image as this is a good idea to locally test such services especially if you want submit patch.
You are right this is more a gitlab approach. Right to choose is always betteropenBrain wrote: ↑Thu Feb 20, 2020 1:34 pmMaybe better see CADCloud as some kind of GitLab for CAD.
I say GitLab (instead of GitHub) because in the same way there is are actually 2 things behind :
- Either you can use a cloud-based instance of the CADCloud server (like gitlab.com is for GitLab). It may offer all kind of free/paid services
- Or you can host your own instance of CADCloud and use it privately (like a company may host its own GitLab server)
FYI, yesterday evening I built the Cloud module on Linux and got a failure because of the file xlocale.h. Any idea if this is needed on some platforms? If yes which package would have to be installed? Looking at the Ubuntu package I didn't get a clear answer: https://packages.ubuntu.com/search?sear ... n&arch=anyvejmarie wrote: ↑Fri Feb 21, 2020 12:25 pmI will try to build a container during the week-end. If I am unable to make it, it will have to wait for 2 weeks because I have to attend the OCP summit and need to move myself back from Europe to US. The Cloud workbench needs to be activated at compilation time -DBUILD_CLOUD=1 and it shall be included as a standard feature into your binaries tree.
I will have a look to support remote Link for Part::Link I think it is a great idea. I need to parallelize the download operations which are severely sequential and dependant of latency which is just frustrating with modern machin which could handles many threads.
Argh another MacOS weird behavior. Sorrykkremitzki wrote: ↑Fri Feb 21, 2020 5:37 pmThere was an old OpenCASCADE bug triggering that problem which can be found searching the forums, you probably need to wrap #include <xlocale.h> in an #if defined(__APPLE__) #endif block.
Sure? If this header is supposed to be part of the standard C library then it's not xlocale.h but clocale when using it in C++.ln -s /usr/include/locale.h /usr/include/xlocale.h
Newer version of ubuntu are a little bit weird regarding locale management unfortunately
I believe kkremetzi approach is far much better than what I guide you towmayer wrote: ↑Fri Feb 21, 2020 10:00 pmSure? If this header is supposed to be part of the standard C library then it's not xlocale.h but clocale when using it in C++.ln -s /usr/include/locale.h /usr/include/xlocale.h
Newer version of ubuntu are a little bit weird regarding locale management unfortunately
Here is the bug report in OCC https://tracker.dev.opencascade.org/view.php?id=28971 and it states that xlocale.h is a non-standard header file.
The idea of a GitLab for Open Hardware is really exciting! We do most of our hardware development on GitLab (Example1 Example2). We find it very powerful for OpenSCAD as we can use the CI to build the STLs, and the OpenSCAD code is easy to track in Git.