Hi!
I'm having a huge issue where my graph is rendered completely useless since the last update.
A description of the problem.
Since the update to 2019.3, my graphs using values (integer,float etc) don't work anymore.
I've noticed that using a value node directly inside the graph does work, but as soon as I output that value to another graph, nothing happens (like if it were 0 or wrong type)
I've also noticed upon converting my graph from 2019.2.3 to 2019.3.0 that some values are defined as wrong type!
Here's a screenshot:

When cooking the .sbs to .sbsar I also get errors like this, that are related to the issue:
[ERROR][SBSCooker]Input value connection type mismatch:
Variable Name: #TileValue
Of Type: Float
Accessed By: Get Integer
While Evaluating Parameter: numberadded
In Graph: pkg:///Color_node?dependency=1359465090
here you can see that #TileValue which is supposed to be of type integer (and is connected as integer!) is suddenly mistaken for a float...
Another example of the issue :
here, I have Weave_patterns output being an integer of value 640. If I plug all my links to it, I get nothing to work in my 3D view. However, if I create an input with the exact same value, no problem!

Can you guys look this up? because it's really worrysome :/ and I can't read the .sbs on 2018.2.3 anymore
Thanks!