xmanag3r
xmanag3r
It's 3.5.13 tenda wifi version Tenda MW6 1.0.0.29(5834)
App doesn't solve the issue, i think sounds more like firmware problem.
What mail do you use for support?
Hello, any update for this, please? when i set maxDownload := 2 Doesn't recognize that one, Can someone help for this fix? I've also tried @netskol fix but that didn't...
Thanks, i've solved that. I have another bug now, `local first_one = 12` `string.match(first_one, second_one)` For example let's say first_one is a static variable that I'm entering second_one is a...
Hi @zhuizhuhaomeng , i want the exact match with the exact of the content to get matched with my actual number . So please let me know the both options...
Hi @zhuizhuhaomeng ``` local open_file = io.open(filepath, "rb") local second_one = open_file:read("*a") ``` I'm reading by that, what do you mean line by line, can you give me example?
So here is my scenario : I have nginx-lua config, that it contains json data (from POST request) : ``` { "profile_name": "test", "number_from_json": "12", } ``` In my /opt/file1.csv...