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
Our configurations and metadata parsing configurations are complicated and requires many steps.
We need to keep the explanation along with the configuration but json officially doesn't allow comments. beamlime uses yaml and yaml allows comments.
If we decide to go form yaml instead of json, it should be done before other people start using it.
Write ADR about it
Update json part to yaml.
The text was updated successfully, but these errors were encountered:
Just an idea at the moment,
Our configurations and metadata parsing configurations are complicated and requires many steps.
We need to keep the explanation along with the configuration but json officially doesn't allow comments.
beamlime
usesyaml
andyaml
allows comments.If we decide to go form yaml instead of json, it should be done before other people start using it.
json
part toyaml
.The text was updated successfully, but these errors were encountered: