Skip to content
New issue

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

Reactive config #25

Open
4 of 9 tasks
jgraef opened this issue Jul 12, 2024 · 0 comments
Open
4 of 9 tasks

Reactive config #25

jgraef opened this issue Jul 12, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request in-progress todo Stuff that needs to be implemented

Comments

@jgraef
Copy link
Member

jgraef commented Jul 12, 2024

We need config management with the following features:

  • parse
  • write
  • react to file modifications
  • fine-grained reactivity. We want to send signals to sub-systems when some of their configuration values change.
  • transactional, fine-grained modifications (i.e. through UI components).
  • good diagnostics (filename, line, column)
  • generate documented default/example config (optional)
  • TOML
  • YAML. then we can use this for serde-yml parse with file location information #15
@jgraef jgraef added enhancement New feature or request todo Stuff that needs to be implemented in-progress labels Jul 12, 2024
@jgraef jgraef self-assigned this Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in-progress todo Stuff that needs to be implemented
Projects
None yet
Development

No branches or pull requests

1 participant