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
In general, there are several places in the code where we needed to workaround the lack of features of the library with subpar solutions, fe. the code that tries to figure out where in the file, in terms of line and column numbers, an errors is.
This can be an opportunity to solve those cases as well.
The text was updated successfully, but these errors were encountered:
https://github.com/go-yaml/yaml seems almost abandoned, we should investigate for an alternative.
In general, there are several places in the code where we needed to workaround the lack of features of the library with subpar solutions, fe. the code that tries to figure out where in the file, in terms of line and column numbers, an errors is.
This can be an opportunity to solve those cases as well.
The text was updated successfully, but these errors were encountered: