Mikael Grev
Mikael Grev
Hello, As far as I understand Java 16 records does not work with protostuff yet, probably because they need the data upfront and fed into the constructor. Do you have...
I'm using runtime schema and @Tag-ging everything. Is there a simple way to control the re-creation of objects in the graph, e.g. if I have a singleton as the object...
Hello, There's a 64 MB limit in CodedInput. This means that all the XxxIOUtil methods can only be used with < 64M objects. When one saves a large graph (like...
Hello, I use the runtime schema. If I create it (e.g. RuntimeSchema.createFrom(...)) a default instantiator is created. It will call no-arg constructors to create objects, which is an understandable thing...
Text3dMesh re-converts all letters when the text3d is changed. This process takes considerable time. The text cannot be changed for instance while animating. It seems like it would be possible...
If a component/Node is positioned with "pos" it should not affect the min/preferred width of the parent if it has a reference to either .x2 or width since it creates...