Victor Wanderley Barbosa
Victor Wanderley Barbosa
When working with the object-loader on a server, several logs which I believe were there for debug purposes were "polluting" the logging. For example, if am downloading a large object,...
## Description & motivation Adds the ability for using decorators in class declarations to describe detached and chunkable fields. ```typescript class RandomJoe extends Base { @Detach() @Chunkable(10) numbers: number[] constructor(props?:...
## Description & motivation Running headless, the copy of the RH.Material yields null when passed to RenderMaterial.FromMaterial(material, Doc), which results the conversion throwing since the following calls assume a non...
It seems like the way that `ServerTransport` is batching the objects and sending to POST `/objects/:streamId` is not able to handle a large amount of objects, because it yields enough...