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

Added support for radio buttons #62

Merged
merged 3 commits into from
Jun 27, 2022

Conversation

grprakash
Copy link
Contributor

Fixes issue #61

@ErikSchierboom
Copy link
Owner

@grprakash Thanks for the PR! Unfortunately, the PR broke CI. Could you look into that?

@grprakash
Copy link
Contributor Author

@grprakash Thanks for the PR! Unfortunately, the PR broke CI. Could you look into that?

Hey Erik,

Sorry, to say the good old, "works in my machine", but all the Unit Tests including the ones that I have added, are working fine in my local (screenshot below). The Unit Tests that are failing in the CI doesn't seem to relate to the changes that I have made. Is there a way to debug/check what is wrong in the CI?

image

@ErikSchierboom
Copy link
Owner

@grprakash
Copy link
Contributor Author

Weird. You can see the error log here: https://ci.appveyor.com/project/ErikSchierboom/knockout-pre-rendered/builds/43832940

Yes, I checked the logs, and I see four failures. None of them related to the change that I have done. Couldn't figure out why it would fail only in CI. By any chance, the PR works for you in your local?

@ErikSchierboom
Copy link
Owner

I'm thoroughly swamped with work. I'll try to find some time.

@ErikSchierboom
Copy link
Owner

@grprakash I've pushed a commit to update nodejs to version 16. That fixes the issue. I'll review the PR a bit more in-depth.

@ErikSchierboom
Copy link
Owner

The code looks good! Two suggestions:

  • Could you update the README to mention that radio bindings are now allowed?
  • Could you create a jsbin to show its usage, similar to the existing ones?

@grprakash
Copy link
Contributor Author

The code looks good! Two suggestions:

  • Could you update the README to mention that radio bindings are now allowed?
  • Could you create a jsbin to show its usage, similar to the existing ones?

Done. Kindly check

@@ -311,7 +311,8 @@ There is a JSBin demo for each of the binding handlers:
- [`init` with value binding](http://jsbin.com/xuluye/)
- [`init` with html binding](http://jsbin.com/wilahi/)
- [`init` with attr binding](http://jsbin.com/zehivi/)
- [`init` with checked binding](http://jsbin.com/zemode/)
- [`init` with checked binding for checkbox](http://jsbin.com/zemode/)
- [`init` with checked binding for radio](http://jsbin.com/pumodetaqu/)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have one suggestion: the UI currently displays "Plays" before each radiobutton. Could you add what is being played to the text?

@ErikSchierboom ErikSchierboom merged commit b054fdc into ErikSchierboom:master Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants