tumf
tumf
Change some value-names in DSL. - Add `command` - Remove `target_cooking_cmd` and `attack_cmd` - Rename `attack_cmd` to `evaluate_command` Obsoletes `target_cooking_cmd`,`target_nodes`, `attack_cmd`
use YPATH. ``` param "max_clients" do yaml_file "vars.yml" yaml_path '$.httpd.max_clients' mutation rand(500)+10 end ```
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
Fix Japanese translation (again #4107) appMenus logAndAnn: 'ログ&アナウンス', appMenus logAndAnn: 'ログ&注釈', # Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation...
### Bug Description When using the PostgreSQL node in n8n with the "Execute Query" operation, if the query contains the fixed string `$1`, it is incorrectly interpreted as a placeholder,...