-
-
Notifications
You must be signed in to change notification settings - Fork 9
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: updated Readme.md + fixing application node bug #193
Conversation
SumantxD
commented
Dec 17, 2023
•
edited
Loading
edited
- demonstrated how to operate the simulator GUI
- fixed the error with the subscribe node that occurred while creating flow elements from the yaml file
hey as you can see in the pull request we can have as many branches as we want and each one shows a pull request we tried to do Steps to fix that with rebasing without creating new branch i have the problematic branch checked out (sumant) then i do accept yours to all promts a i do not want to modify the past commits (they have already been merged) now i have the new branch rebased on the latest master commit Using rebase offers a lot of flexibility as it allows along with squash and drop to keep commit history in one tree and not have 100 of them. With rebase you change history as you want. why is this important? sometimes branches have branches which have more branches etc. being able to rebase is very important to make sure we dont have too may of them. |
added the mqtt.yaml file and demo video
good job |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
🎉 This PR is included in version 0.12.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |