-
Notifications
You must be signed in to change notification settings - Fork 39
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
feat: add unleash web provider #1105
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: jarebudev <23311805+jarebudev@users.noreply.github.com>
Signed-off-by: jarebudev <23311805+jarebudev@users.noreply.github.com>
Signed-off-by: jarebudev <23311805+jarebudev@users.noreply.github.com>
Signed-off-by: jarebudev <23311805+jarebudev@users.noreply.github.com>
…tions Signed-off-by: jarebudev <23311805+jarebudev@users.noreply.github.com>
Signed-off-by: jarebudev <23311805+jarebudev@users.noreply.github.com>
Signed-off-by: jarebudev <23311805+jarebudev@users.noreply.github.com>
Signed-off-by: jarebudev <23311805+jarebudev@users.noreply.github.com>
Hey @jarebudev I will have a look at this in the next days. Sorry for the delay :) |
No worries :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay again, I had quite busy days.
This looks really good! :)
I added a comment regarding the type checking and conversion, please have a look if you agree.
Tomorrow I will have another look but this already looks pretty good.
Edit: I will have a look at the failing tests tomorrow too.
} | ||
|
||
if (evaluatedVariant.name === 'disabled') { | ||
value = defaultValue as T; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the cast necessary? I think it should already be of type T
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
almost certainly not but I will double check!
Thanks! I noticed that the CI is failing and I was unable to replicate the build failures locally. Have I overlooked something? |
Signed-off-by: jarebudev <23311805+jarebudev@users.noreply.github.com>
…ype and additional tests Signed-off-by: jarebudev <23311805+jarebudev@users.noreply.github.com>
3f741eb
to
a95aa2b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The type check looks good!
I added a comment on how you should be able to resolve the problems with the CI. Please have a look, I think once they work and my other comment regarding the versioning is resolved this looks great! :)
…ted unleash package version mismatches Signed-off-by: jarebudev <23311805+jarebudev@users.noreply.github.com>
Signed-off-by: jarebudev <23311805+jarebudev@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @jarebudev!
This looks good to me now!
I will merge this in the next days if no objections will come up until then.
This PR
Related Issues
Fixes #1069
Notes
Follow-up Tasks
How to test