James Bradlee
James Bradlee
### What problem are you trying to solve? Using an external logging aggregation platform like Grafana Loki ### Describe the solution you'd like A log output stream, like the one...
When I try to insert frames into the scene, all the frames are positioned at the same position, even though I feed the frames an X and Y coordinate. ```tsx...
There is currently no way to update the text in the spinner, would be nice.
**Describe the bug** Exception handlers annotated with `@ApiResponse` and `@ResponseStatus` seem to be applied to all operations, even if the implementing operation method handler does not throw the exception handled...
Hello, awesome project! My feature request is to add the possibility to add "example values" in the generated openapi spec for custom `PrimitiveType`s. In our domain models we have some...
My feature request is simple, adding conditional routing. The proposal is to add two properties from the `Show` component into the `RouteDefinition` interface. - `when: () => boolean` - `fallback:...
@microsoft can't semver for shit. Plugin is broken when used in vs-code: https://github.com/tw-in-js/vscode-twind-intellisense/issues/24
``` Failed to run pagefind via the npx wrapper: Error: Failed to install either of [pagefind_extended, pagefind]. Most likely the platform linux-x64 is not yet a supported architecture. Please open...
We're using Springdoc with Kotlin + Ktlint. We have configured Ktlint to use tabs instead of spaces as indents. ```kt @GetMapping("/assets") @Operation( operationId = "getAssets", summary = "Get the assets...
**Question** Is it possible to export all documentation as a JSON file instead of HTML or Markdown? I have a use case where I have a multi-module project that I...