Ibraheem Al-Dhamari

Results 50 comments of Ibraheem Al-Dhamari

I can confirm it is not working as well. 1. There is a bug in the backend 2. The traefik settings does not work

@Boreuseful Interesting, it would be nice to share the code so one can try to reproduce the results!

I know that: set (Build_TESTING True) will add the binary file `elxInvertTransform` to the bin folder `bin` but I still don't know how to add it to the installation folder...

I am using Ubuntu 24.04 Here is how I solved the issue: I downloaded and built assimp from the [source](https://github.com/assimp/assimp/tree/v5.4.1) then in Open3D changed the cmake option **USE_SYSTEM_ASSIMP** to **True**.

> I think the README.md could be enhanced. e.g. giving a section, where it says "How to use" / "How to run example" in case a user does not want...

Just checked on Linux Ubuntu 20.04, and I can NOT reproduce it. Probably it is not an issue in Mac as well.

Thanks for your interest in ARX. From ARX Readme: > Currently, the main development of ARX is carried out using Eclipse as an IDE and Ant as a build tool....

I was able to build Arx in windows using maven e.g. mvn install -DskipTests after commenting out these dependencies in [pom.xml](https://github.com/arx-deidentifier/arx/blob/master/pom.xml) : - [org.eclipse.swt.cocoa.macosx.x86_64](https://github.com/arx-deidentifier/arx/blob/3a94cbdd6fd34c44bf714e2409e34c1b767c5462/pom.xml#L651) - [org.eclipse.swt.gtk.linux.x86_64](https://github.com/arx-deidentifier/arx/blob/3a94cbdd6fd34c44bf714e2409e34c1b767c5462/pom.xml#L710) probably one can do...

With this [PR](https://github.com/arx-deidentifier/arx/pull/447), I was able to install Arx on both Windows 10 and Ubuntu 22.04 using maven.