question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] v4.3.1 - COLLECTION_FORMATS.pipe is used but does not exist but pipes exist

See original GitHub issue

image

call:

openapi-generator generate -i x.yaml -g typescript-axios -o ./src

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
jimschubertcommented, Aug 24, 2020

As a workaround for 4.3.1 if 5.0.0-beta is not possible, you can download 4.3.1’s baseApi.mustache to some directory such as template-fix, edit from pipes to pipe, then generate targeting the customized template:

openapi-generator generate -i x.yaml -g typescript-axios -o ./src -t /path/to/template-fix
0reactions
jimschubertcommented, Aug 24, 2020

Dug in more, the issue is that 4.3.1 incorrectly set this as pipe and this is already fixed.

Please target 5.0.0-beta and let us know how it goes.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The pipe ' ' could not be found angular2 custom pipe
If the component which is using the pipe, doesn't belong to the module which has declared the pipe component "globally" then the pipe...
Read more >
OpenAPI Specification v3.1.0 | Introduction, Definitions, & More
The openapi field SHOULD be used by tooling to interpret the OpenAPI ... but different templated names MUST NOT exist as they are...
Read more >
Chapter 12 Tips for Hashtag Debugging your Pipes and GGPlots
If that works, try running the first 3 lines, by deleting the hashtag on line 2, and putting it just before the pipe...
Read more >
OpenAPI Specification - Version 3.0.3 - Swagger
An OpenAPI definition can then be used by documentation generation tools to display ... but different templated names MUST NOT exist as they...
Read more >
5 usage ideas for Angular pipes - Lucidchart
A pipe takes in a value or values and then returns a value. This is great for simple transformations on data but it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found