-
Notifications
You must be signed in to change notification settings - Fork 62
GPII-4218: PSPChannel read API cannot read UIO+ setting #877
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
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
021236b
GPII-4218: Added inverse transformations for UIO+
klown a03fb81
Merged upstream master GPII branch into GPII-4218
klown e277d5f
GPII-4218: Fixed lint errors
klown 80bdcc8
GPII-4218: Removed UIO+ fabulous inverse transformation of 'contrastT…
klown d598a9f
GPII-4218: Modified to support UIO+ "changeSettings" requests
klown 54a04cf
GPII-4218: Modifed to send confirmation receipt to the source request
klown 608c108
Merged universal's master branch into GPII-4218
klown d42c459
GPII-4218: Fixed comments, tests, and examples.
klown 64f18ad
GPII-4218: Fixed one more comment
klown 4883dec
GPII-4218: Reinstated the UIO+ "fabulous" inverse transform of 'contr…
klown a8f3d55
GPII-4218: Brought UIO+ high contrast transform into line with GPII-4492
klown d5c0caf
GPII-4218: Updated the BrowserChannel documentation
klown f3fa4fa
GPII-4218: Fixed grammar
klown 11d4205
Merge upstream master GPII branch into GPII-4218
klown File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 it common for GPII to use
console.log
instead offluid.log
?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.
:-) GPII, in general, uses
fluid.log()
. But, some examples and other demo code do not. This particular example doesn't require infusion, or kettle for that matter, and only needs thews
WebSocket package.I'm inclined to re-write it as an infusion component and possibly use kettle for the requests. That way, it would resemble how UIO+ or Morphic clients access the
/browserchannel
endpoint. But, I'm not sure that's a high priority.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.
@klown, yes I'm not sure either. I'll defer to @amb26 for that.
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.
Leaving this with console.log is fine