-
Notifications
You must be signed in to change notification settings - Fork 79
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
Temp var #901
Temp var #901
Conversation
654e280
to
2133f2a
Compare
2e731db
to
61d2300
Compare
I tested the condition and seems to work perfectly, time to play around with that a bit. The only bigger thing that I'd change, except small ones mentioned as code comments, would be the list and items it contains, which I also mentioned earlier on Discord. I definitely don't think this should show the |
I updated the PR to include that functionality. |
Right - forgot about that. |
269ed0b
to
6b9aba2
Compare
Users could invalidate the actions vector while the actions were executed resulting in a crash.
Enables registering additional functions, which are to be executed after the loading steps are complete
Enables easier use of values returned by macro segments. For example, this enables the user to extract the user name of a new Twitch follower and change a text sources settings accordingly
They enable easy modification of single setting value of sources compared to working with the raw json string
JSON Pointer may be simpler and still powerful syntax |
Do you mean simplier in terms of implementation? Or for users? If the 2nd then both are fairly easy IMO. |
No description provided.