We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
co.nclk/clj-yaml (a fork from circleci/clj-yaml) now supports multidoc strings, like:
pets: june: type: dog chester: type: dog --- pets.foo: bar pets.chester.type: chunkus
But flax currently doesn't take advantage of them. The benefit would be that the previous document's entries would be mutable by the second document.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
co.nclk/clj-yaml (a fork from circleci/clj-yaml) now supports multidoc strings, like:
But flax currently doesn't take advantage of them. The benefit would be that the previous document's entries would be mutable by the second document.
The text was updated successfully, but these errors were encountered: