Andreas Weber

Results 110 comments of Andreas Weber

the streaming hook is basically there to tell the RequestClient how long the connection will take. If you want to react directly to the messages, you can still attach yourself...

Hi, I'm surprised at how deeply you know my code. But I don't think WaterfallHook will work, since it only returns the first result. You could use an interceptor to...

use command httpyac.generateCode

I use commander for all cli args parsing. I will test it with a small example and maybe create a issue

I use [globby](https://www.npmjs.com/package/globby) to find the file. I always use some kind of *.http for execution. Maybe I need to check the path, and only use globby if it not...

local.env should work. This feature I am using in my default setup. The problem in the example I am not sure if it is an order problem with the environments....

I already created an issue for this: https://github.com/microsoft/vscode/issues/224516

I wouldn't know what the limit is at the moment, or I wouldn't have actively set anything. Is the output also truncated in the OutputChannel? I have poked around in...

probably because my parser misinterprets it with the region separator.

Is this the outline view of a markdown file? Can you please provide an example. thank you.