Sigurd Nes

Results 9 comments of Sigurd Nes

Thanks for the tip. this one gave me a lot more: ` { "guid": "3cVEcftE5DtRX0GlhOvV$2", "include": "ifc2x3tc1-stdlib:AllProperties" } ` Is the possible input-variants to queries to be found somewhere?

Did another attempt - and made sure the code is current. Followed the eclipse guide for server (Version: 1.5.103-SNAPSHOT). It works perfectly for a simple example http://openifcmodel.cs.auckland.ac.nz/Model/Details/127 But it had...

I am struggling with finding the exact code change that caused Firefox to complain. I followed the instructions for eclipse https://github.com/opensourceBIM/BIMserver/wiki/Eclipse And rolled back changes to may 2018 for: -...

I was able to make it start by loading the bimserverclient from downloaded source. I have a modified clone here: [https://github.com/sigurdne/BIMsurfer](https://github.com/sigurdne/BIMsurfer) There are still issues, but it connects and download...

You could - if you want - try this fork: https://github.com/sigurdne/Quizller It has been adapted to php8.2 - and all database queries is converted to prepared statemenst to avoid SQL-injection.

From within the admin-interface, you get your user/login-credential. The user can not login (again) after the test is finnished. ![bilde](https://github.com/iamrohitsuthar/Quizller/assets/12719970/b7980212-06af-4677-a7ce-5bb893b00ad9) ![bilde](https://github.com/iamrohitsuthar/Quizller/assets/12719970/c5bf5b05-81a8-49e6-ae62-2b9cfdf3153c) ![bilde](https://github.com/iamrohitsuthar/Quizller/assets/12719970/413dc438-1e08-4f7a-8d30-92b8ad45651d)

Exactly the same error for me

Tried det following: 1 Build the web-ifc according to instructions 2 cloned the source for xeokit-convert 3 ran "npm update" inside xeokit-convert 4 copied the content from web-ifc/dist (from step...

Found out! Tweaked the MAXIMUM_MEMORY in package.json for web-ifc In my case: set it to MAXIMUM_MEMORY=2GB