(Warnings) Implicit string cast from 'string' to 'RawUTF8'
When I compile my code I get more than 700+ of this warning. I want to clean them all up. Is casting the only way? like RawUTF8(aStringValue) or String(aRawUTF8Value) Is there any other way to suggest? Helper vs.