Andreas Weber

Results 50 comments of Andreas Weber

@zawiasam The problem is that chai switched to ESM with v5 (see [Release Notes](https://github.com/chaijs/chai/releases/tag/v5.0.0)). This is not supported by the require. You would have to use `import()`. However, I do...

@zawiasam With pleasure. It is actually also encapsulated and can therefore be worked on without the big picture. But the problem is complicated enough. The method [`runScript`](https://github.com/AnWeber/httpyac/blob/main/src/plugins/javascript/moduleUtils.ts#L80-L132) is used to...

I'm glad you've made some progress. > Had to understand the global section (everything before the first ###) - only those variables are global, so available for all other requests....

I refactored/ rewritten the XML Serializer and added formatting capabilities to them as well. This automatically provides its types as described in this issue. Maybe this is helpful for this...

I am closing the issue as the problem here is a DNS resolve. My extension only takes the standards of the NodeJS environment. It would be possible to implement special...

More time would always be nice. But thanks for including it in the backlog.

There is already a pull request from 2022 fixing this issue. #298

> could be a replacement for something like swagger I would not replace OpenAPI but maybe just add to it. I think http files are a good way to document...

@rngtng Awesome. I did not know that. Awesome stuff. I wouldn't have believed you could get something like this to work. But yeah is slow. The browser has to load...

@boehmet I would have done a quick search, but couldn't find a specific interface. But I find the idea quite charming. Do you know an API or description of how...