posixcompliance
posixcompliance
I am also having similar issues in the steps before this. Using `lmod`, command `module load EasyBuild` fails to find a module named "EasyBuild" after the running `sudo pip install...
I have tested again and can confirm that the code works with just `ClassLearningProblem`. However, the same exception as above is still being thrown when I use a real class...
Upon further investigation I think the issue in `ClassExpressionLearningProblem` may be with the cast to the following class cast: https://github.com/SmartDataAnalytics/DL-Learner/blob/6359c3e4ff7595d4758e6ba3c5e18698a8ad5324/components-core/src/main/java/org/dllearner/learningproblems/ClassExpressionLearningProblem.java#L184 But the instance was created to be a `ReasoningUtils` Object...
I had a similar issue and think I may have found a solution. Make sure to `cd /overleaf/services/web` and **then** run the scripts like shown in the grunt wrapper. https://github.com/overleaf/overleaf/blob/main/server-ce/bin/grunt
> I implied this in my own server, as image shows: > >  I am also curious of this and whether or not it could be made into a...
> > Your time is valuable. There is no need to spend time on version updates, font maintenance, code maintenance, server deployment, and texlive updates, right? > > Since the...
> After some discussions with @davrot and @MonsterDruide1, we discovered that images up to version 5.0.7 indeed used the old API. Starting from version 5.1.0, the new API is used,...
> is there a working solution ? in my opinion the official docker-compose.yml has problems as the failure to connect with mongo happens even with the latest version I just...
Remove the `mongoinit` service and replace the `test:` part of your healthcheck `test:` portion in `mongo` service to the following. https://github.com/overleaf/overleaf/issues/1120#issuecomment-1714229816 Change the part at the end afterwards to `overleaf_mongo:27017`...
https://github.com/overleaf/overleaf/issues/873#issuecomment-1498442727