Devin Droddy
Devin Droddy
:cry:
Hi sorry for not getting back to you for so long How can I set that environment variable for xwayland-satellite if it's spawned by niri?
The derive macro could use `std::any::type_name::()` in the implementation of `ToSchema::name`
There's also the `#[schema(title = "...")]` attribute to change the name of the schema in the spec without changing the rust type's name
Actually, I just tested it and `#[schema(title = "...")]` doesn't work :(
`#[schema(as = ...)]` is what I was looking for. I would say that this workaround is probably acceptible