Jonas Kello
Jonas Kello
 So close to being able to print this on my Prusa MINI but the support is just a little bit outside. Seems like it could had been generated inside....
I was also searching for this feature. In [this video](https://youtu.be/uy5k6m0eW3c?t=490) this functionality is actually demoed (keep watching until the demo). From what I understand the plan was to launch windows...
I don't know about @alexey-gusarov but I can provide a short background for our use-case. We make sales tools for the HVAC industry, for example air handling units which consists...
Does antlr 4.13.2 have an expected release date to correct this bug? :-)
Just migrated to npm from yarn workspace were we used `resolutions` and everything worked. Is there no way in npm to override a dependency for the whole workspace similar to...
I currently do this manually as a post-step, would be great if it could be built-in.
I encountered the same problem, the parser ignores the `optional` keyword. Is there a work-around?
This is now published in 4.2.0
As a temporary work-around I made this mapped type which allows for extension of `SecuritySchemeObject`: ```ts import { OpenAPIV3 } from "openapi-types"; export type DocumentEx = { [P in keyof...
For anyone landing here in 2025 and want to have the example from @alexd321 working in newer versions of esphome I tweaked it into an external component that you can...