We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Macros do not respect multiple playbacks accurately (ex. 2@f)
// Already formatted data here { a: "name 1", b: { x: 1, y: 1 } }, { a: "name 2", b: { x: 2, y: 2 } }, { // More data here ...
{ name: "name 1", location: { x: 1, y: 1 } }, { name: "name 2", location: { x: 2, y: 2 } }, {
{ a: "name 1", name: { location: 1, y: 1 } }, {a: "name 2", b: { x: 2, y: 2 } }, {
NOTE: If there's any more information I can provide please let me know and I will gather it for you.
The text was updated successfully, but these errors were encountered:
Duplicate #9
Sorry, something went wrong.
No branches or pull requests
Symptom
Macros do not respect multiple playbacks accurately (ex. 2@f)
Steps To Reproduce
Input Data
Expected Result
Actual Result
Tested Versions
NOTE: If there's any more information I can provide please let me know and I will gather it for you.
The text was updated successfully, but these errors were encountered: