Raphael D. Pinheiro
Raphael D. Pinheiro
Hello! Great work with the plugin! Thanks for sharing. I've been testing it and noticed that it only works for the function call itself, but if the function is part...
When trying to export the demo you linked in the readme.md I got this error in the Godot dialog error:  I have this setup:...
Create a ESLint task using `gulp.watch`
Today only one loop is allowed per URL. Extend the loop routine to work with more than one using an order notation.
Hello, thanks for this plugin, it's very very good. The `req-repeat` works on a "one-shot" logic, meaning when the number of times (`t` part of the `t@s` syntax) has been...
Example: ```req url: http://localhost:3001/price/{{this.ticker}} show: current_price,last_price_updated_at properties: current_price,last_price_updated_at req-repeat: 1000@5 ``` After the first execution, which `returns` (see [here](https://github.com/Rooyca/obsidian-api-request/blob/06a3b31b3c4d3f01afc9ada9a23820282a242bdf/src/main.ts#L443)), the loop exits and the `properties` variable loses its reference, not...