-
Notifications
You must be signed in to change notification settings - Fork 5
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
example chat application which uses zenoh-ts #72
Conversation
milyin
commented
Dec 13, 2024
•
edited
Loading
edited
- added example application for demonstrating real zenoh-ts usage
- corrected zenoh-ts to allow it to be executed in the browser directly, without additional bundling
…ng zenohd with remote API plugin
…pabilities, unfinished
…receive functionality
…ame, and message content
…l logging in ChatSession
…, and ensuring consistent box-sizing
…ving layout consistency
PR missing one of the required labels: {'documentation', 'enhancement', 'breaking-change', 'internal', 'dependencies', 'bug', 'new feature'} |
PR missing one of the required labels: {'new feature', 'enhancement', 'internal', 'documentation', 'bug', 'breaking-change', 'dependencies'} |
PR missing one of the required labels: {'enhancement', 'breaking-change', 'new feature', 'internal', 'documentation', 'dependencies', 'bug'} |
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.
It may make sense to add this validation of key expressions directly in the zenoh-ts library.
Currently the library does not do any validation of Key Expressions on the client side.
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.
Yes, this piece of code is just preparation for further implenmentinng this functionality in the library itself