Giacomo Manzoli
Giacomo Manzoli
I don't know if there is an official documentation for the JSON query language (other than the BIMvie.ws examples), but the anwser to [issue #687](https://github.com/opensourceBIM/BIMserver/issues/687) was particularry helpful for me...
With the same query, i've also noticed that the `JsonSerializer` gives only the query results, something like: ```json { "objects": [ ... ] } ``` while the `JsonStreamingSerialier` gives also...
Thank you! So, with the next release, the query for a missing GUID with `doublebuffer=true` serialized with`JsonStreamingSerializer` shouldn't give any result, right?
Hi @aothms, i've downloaded the lates version of SceneJS from master and on my Mac M1 it works fine, i checked multiple examples with both version of processor (i do...
> Unless you're adding extra CLI actions in your library, you don't need to add the `oCLITest` object in `zHelloTest.lbs`. This would eliminate the need to customize `$_getCLIObjectClass`. > >...
Yes, the behavior it's the same. I've tried different browser but nothing. It has been more than one year since #1250, do you guy have any idea? Unfortunately, these Apple...
It's not a problem! I've managed to work around the issue by chaning the checkIn procedure and by copying the file on a backup folder before doing the checkin. The...