Niels Ulrik Andersen

Results 9 comments of Niels Ulrik Andersen

It's a very realistic scenario. I've also had the problem with a line like this: ``` h = b[1] * 256 + b[2] ``` Which becomes... ``` file.writeline([[h = b[1]...

Sorry, I'm not a C# developer. If I didn't have to set up a development environment to test my fix, I'd probably have fixed it myself. :)

I don't have an esp8266 with me, but this looks okay to me. Input: ``` lua a = [[ This is a test]] b = a[0] c = 'More test'...

(Forget my previous replies, I deleted them, I misunderstood the problem.) I seems that the real problem is that sometimes it doens't encode, sometimes it even decodes. Examples: - %...

I've been doing some more digging. Insomnia tries to auto-detect if your parameters already encoded. Some people finds this nice, other people thinks this is unnecessary and unpredictable. Maybe it...

It seems to me that it solves the wrong problem. We should need to encode anything. %30 is not an escape code. I would expect Insomnia to encode the %...

I used the wrong email address in the commits, sorry. I amended all the commits and force-pushed.

This bug seems very easy to verify. A '+' in the query string must not be encoded, it is already an encoded space. Go to any browser and try for...