Huachao Mao

Results 140 comments of Huachao Mao

@symbioticKid , thanks for your suggestion. And I think this is not a quite general requirement, so I'd like to put this in backlog.

@Yvand I know your pain. Currently we use [Request package](https://www.npmjs.com/package/request) to issue HTTP request, which doesn't have native NTLM support, although it already some related feature discussions like [NTLM Support](https://github.com/request/request/issues/808)...

@brbecker my extension has migrated to [got library](https://www.npmjs.com/package/got) for several releases

@MisinformedDNA nice suggestion, I will consider this carefully.

@terryliulj you are right, since the number is larger than the maximum number `2 ^ 53 - 1`, and the native `JSON.parse` doesn't work as expected. I am still considering...

@bm-stschneider do you mean just run all the requests in the correct order and display all the responses

> was this implemented? @ricmrodrigues No, it wasn't.