-
Notifications
You must be signed in to change notification settings - Fork 7
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
Make DerivedState from Configs #113
Labels
refactor
Changes without functional changes, or api changes)
Comments
2 tasks
finish the review 2 hours before the
|
Grouped States (No Derived State):
Derived State:
Log: |
2 tasks
Optional TODOs:
|
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current SIA v3.2 turns on/off based on given configurations, but it has the following probles:
this.config.ProviderService === "" && this.config.CertFile === "" && this.config.KeyFile === ""
this.config.CertFile === "" && this.config.KeyFile === ""
and only includethis.config.ProviderService === ""
this.config.ProviderService === "" && this.config.CertFile === "" && this.config.KeyFile === ""
DerivedState
that holds such combination, it would be much easier to readThe text was updated successfully, but these errors were encountered: