jasp-desktop
jasp-desktop copied to clipboard
Fix Results crash upon encountering a string var in a number type column
As discovered by @FBartos. Its possible to throw strings in result json where numbers would be expected. This causes the results screen to hang forever.
So I add an ugly loop to convert what can be converted
Ps. Dynamic typing is bad