Tiphaine LAURENT
Tiphaine LAURENT
We resolved it by using a custom FilterInspector : ```py # settings.py "DEFAULT_FILTER_INSPECTORS": [ "CustomFilterInspector", "drf_yasg.inspectors.CoreAPICompatInspector", ] ``` ```py class CustomFilterInspector(FilterInspector): def get_filter_parameters(self, filter_backend): ... for field_name, field in filterset_class.base_filters.items():...
I have the same problem using Django 3.1
I don't see a reason to add a special these special sandstone tags. A sandstone stairs should have 3 tags : sandstone (material), stairs (type) and yellow (color) so it...
> Someone gonna has to explain me how in hell the base sandstone is yellow. If we have to assign it a Minecraft color (https://minecraft.fandom.com/wiki/Dye), it's definitely yellow
Any news about it ?
FYI, there is a typo on LEO Ride id. It is missing the first character `7`
I think the best way to do it would be not care of the shape but focus on the amount of empty block inside (maybe ensure a 2 blocks height...
Note: Tools are indestructible but not the armor pieces
I would guess it is possible (but probably not wanted) to use a macro to test the imgui version : https://github.com/ocornut/imgui/blob/v1.92.0/imgui.h#L31 ```cpp #if IMGUI_VERSION_NUM >= 19200 assert(io.Fonts->TexRef._TexData != nullptr); //...