nulltoken
nulltoken
## Describe the bug  I'm not sure why this is raised and whether or not this is the sign of an underlying issue that should be fixed. ## To...
In #974, the asyncapi ruleset has been initiated with a rule which will identify unused/orphaned schemas, under components. As identified in #1073 this rule could really benefit from being extended...
The way we report problems in referenced documents may benefit from some improvement. #1254 and #1258 are great use cases where actual reported paths are not helpful or completely misleading...
:wave:, We're building a product which acts as a reverse proxy and relays incoming requests to remote backends. Everything is instrumented through ApplicationInsights SDK for Nodejs (https://github.com/microsoft/ApplicationInsights-node.js). We've just discovered...
Lib version: - applicationinsights: 2.0.0 Given the following code ```ts import { setup, defaultClient } from 'applicationinsights'; import { Contracts } from "applicationinsights"; import { Data, MessageData, } from "applicationinsights/out/Declarations/Contracts";...
Currently the library allows to opt-in to stric coercion rules on a parameter by parameter basis. Proposal would be to extend the `OpenAPIRequestCoercerArgs` interface and introduce a new optional boolean...
Following #141 (and #142), it's been put under the light that when the library is incorrectly used, it doesn't communicate the issue in a very user friendly manner ``` Error...
### Describe the bug Running a CRA test rendering `react-markdown` leads to an error message "Must use import to load ES Module:" A (somewhat) related issue in https://github.com/remarkjs/react-markdown/issues/635 seems to...
Beside the scope of #7, it may also be a good thing to identify in the ReleaseNotes pull requests that have been created by contributors outside of the Particular organization....
### What should we add or change to make your life better? Hello, It's currently possible to perform routing based on headers and query parameters. How open would you be...