Paweł Uchida-Psztyć

Results 175 comments of Paweł Uchida-Psztyć

Hi, Thank you for the issue report. I may have an idea what's the problem. I believe it is happening because of new API assistant. It is iterating over the...

Hi, When you check response headers you'll notice either missing content type header or invalid its value (not a json type). So in this case the app is showing formatting...

I'm sorry. I didn't understand correctly. It has to be a huge JSON response then. RAW tab just displays response text so there's just as little work. But JSON parser...

Thank you for the sample. I'll test it as soon as I finish another issue :)

This is result of my test: `slow-response-export.json` run | time (ms) ------------ | ------------- 1 | 204.59000000000015 2 | 98.07499999999982 3 | 96.1349999999984 4 | 99.04500000000007 5 | 110.92000000000007 6...

Sure, I'm not dismissing the issue. I just couldn't reproduce the problem right now. I'll try on other OSs and maybe there I'll be able to reproduce this. I'll let...

Hi, Thank you for the issue report. It might be related to issue #893. Other ARC user reported that they may be a memory leak issue in the app. I...

@jpkrebs you say the window is closing after pressing the SEND button or it is loading all the time and the response never come back? If the second then can...

Thanks @jpkrebs for more details. It's strange behavior. It shouldn't affect the app though. GA implementation is using Fetch API meanwhile the app works directly on socket. Can you try...

It shouldn't do this. It stores its state and should restore it when the app is opened. I need to check this as well.