HexmosTech / Lama2

Free, Lightweight & Collaborative API Client
https://hexmos.com/lama2/index.html
GNU Affero General Public License v3.0
109 stars 6 forks source link

Fix 38 #40

Closed shrsv closed 1 year ago

shrsv commented 1 year ago

What type of MR is this? (check all applicable)

Description

The MR fixes a bug with L2 variable expansion within JSON body.

Variable expansion used to work just fine within strings; however expanding ints/floats/bools used to fail.

The present MR introduces a marker mechanism to deal with L2 variables of non-string types within JSON body.

Made sure the changes are compatible with both L2 file execution and file prettification.

Important files to start review from

Mobile & Desktop Screenshots/Recordings

Added tests?

Added to documentation?

If documentation update is there then run make mkdocs once PR is in acceptable state.

[optional] Are there any post-deployment tasks we need to perform?

[optional] What gif best describes this MR or how it makes you feel?

![alt text](URL of the GIF file)

shrsv commented 1 year ago

Fixes: https://github.com/HexmosTech/Lama2/issues/38