swcm-mnestler
swcm-mnestler
Apparently axios sets the `options.hostname` to the result of `new URL(fullpath).hostname`, so it will always include the brackets for ipv6 addresses. The `follow-redirects` module has an extra conversion step to...
We also have the same issues - we're generating OpenAPI clients into our workspace, and the clients include a `.gitignore` file each. For now, we disabled the daemon entirely :cry:
I also ran into this issue when updating to 16.3. Looks like this was caused by the new `index.cts` - [index.ts](https://github.com/nrwl/nx/blob/0e88b12d4a5e7d3d7faae92f4fe957cd0e13f794/packages/angular/index.ts) exports `fetch`, [index.cts](https://github.com/nrwl/nx/blob/0e88b12d4a5e7d3d7faae92f4fe957cd0e13f794/packages/angular/index.cts) doesn't. I worked around this by...
We're seeing this issue very often in the last few days, a rerun of the build mostly works. Would it make sense to implement a basic retry of the maven...
@rettgerst what helped us was running `npx openapi-generator-cli version` directly before the generation - it will download the version that is set in the `openapitools.json` without a maven search lookup
Given that the library was last updated 7 years ago and this issue still remains, it may be worth considering a different msgpack library
The OpenAPI generator (7.2.0) [now supports the `--openapi-generator-ignore-list`](https://github.com/OpenAPITools/openapi-generator/pull/17164) CLI flag which allows you to ignore files from the get-go. It would be great to be able to configure this in...