You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are quite a some issues for the Yaml component which are related to parts of the Yaml specification that are (currently) not supported. Instead of throwing a raw ParseExcetion we should try to detect when someone uses such an unsupported feature and throw a more meaningful message like "Feature foo is not supported by the Yaml component".