Hey there, a few things I noticed when digging Elementa with 2019.2 :
-
If you open
Elementa.Core.vl
and look in.Advanced.IElementum
, theDefaultElementum
class definition is red. This is the case from2019.2 0015
onwards (I don’t have 0007 installed on this machine), and does not happen on2019.1 0975
. -
Starting from 2019.2 0169, all definitions from
Elemeta.Core.Layout.Fit.Advanced
are red. The operations they contain (located inElementa.Core.Layout.Adaptive.Advanced
) throw this error :
AddWidth [Elementa.Core.Layout]
D:\Documents\vvvv\repos\Elementa\vl\Elementa.Core.vl
Couldn't match pin types of AddWidth [Elementa.Core.Layout.Rectangle.Collections] - Advanced
Couldn't match pin types of AddWidth [Elementa.Core.Layout.Rectangle] - Advanced
Adaptive node AddWidth [Elementa.Core.Layout] - Advanced - Adaptive can't implement an adaptive node.
This error does not happen on 2019.2 0140
.
- Since
2019.2
, the HowTo Datatype Inspector help patch does not work as expected. No red nodes, it just does not work : you cannot unfold the ParticleSystem entry. This is 2019.1 :
And 2019.2
not much I can do now to look into that now, just reporting cause it seems to be there since gamma switched to Roslyn.
edit: All At Once demo still working though!