xbc5

Results 6 issues of xbc5

### If the feature request is for a plugin or theme, specify it here. _No response_ ### If the feature solves a problem you have, specify it here. I'm always...

enhancement
feature request

Currently when `display_type = 'full'`, narrowing searches doesn't consider the file path. This is useful because a file path hierarchy has useful information to locate files.

It looks like an extra '.' appears in floating diagnostic windows pushing text to the right and causing clipping. The `builtin_marks` option is the culprit: ![clipping](https://user-images.githubusercontent.com/87829033/183309992-852bd66b-b39a-4be7-97af-b6334559679b.gif) This appears when using...

I have some issues with the current implementation that I'd like to change. My question is whether these are suitable for a PR, or whether I should maintain my own...

`requestBody` is optional by default in OpenAPI 3.0[[1]](https://swagger.io/docs/specification/describing-request-body/). Orval does not respect that; it also does not respect `required: false`. [BUG REPRO REPO](https://github.com/xbc5/orval-bug-repro) ## What are the steps to reproduce...

bug

Is there any DAP support? Does this plug-in intentionally target the `pwa-node` adapter? When running the dap strategy it's saying that it's looking for the `pwa-node` adapter -- is this...