Lee Standen

Results 16 comments of Lee Standen

I just ran into the same bug. Really don't want to go the dummy parameter route, but looks like it's not possible right now.

The schema contains multiple `in: "body"` records, which is invalid for the swagger schema. It should have been extracted out to a ref.

I added the following monkey patch to my app, and it appears to resolve the invalid schema issues. It seems the logic is simply flawed in these existing methods: ```ruby...

Yes, I'm aware of this @darren987469 ... by not having DELETE included, it is generating invalid swagger schema.

Is there a recommended workaround to suppress this warning when working on a new project? Ignoring it doesn't seem like a viable option when it spams the console.

As far as I can see, wgpu 0.16 is the one being used by bevy, and that fix in is 0.17.1

Maybe this is a separate issue then, although it looks like it started all the same > Validation Error: [ VUID-VkRenderPassBeginInfo-framebuffer-04627 ] Object 0: handle = 0x628d6100000000f7, type = VK_OBJECT_TYPE_RENDER_PASS;...

Ok, after suggesting it might be different, I just found this comment in another related issue: https://github.com/bevyengine/bevy/issues/3640#issuecomment-1113793791 The solution is exactly what's suggested in that comment: uninstall the Vulkan SDK...

Already installed the latest version when I ran into this and realized it was Vulkan related. Appreciate the suggestion though!

This is supposedly already supported: https://github.com/bazelbuild/bazel-gazelle/pull/1250