Max Bergmark
Max Bergmark
There is currently no protection against path traversal in the `updateserver.py` script. The following URI provides an example of path traversal: /_catalog?op=list&path=../.. Anyone hosting this server script and exposing it...
**Describe the bug** When generating models for an API where a default argument is a list of enums, a TypeError is raised [on this line](https://github.com/openapi-generators/openapi-python-client/blob/main/openapi_python_client/parser/properties/__init__.py#L463): return f"{prop.class_info.name}.{inverse_values[default]}" A possible fix...
Hey! I've been using this crate in a new project, and everything is working great except for one small issue. This issue can be reproduced on the demo page. ...
When using Tailwind CSS with the `view!` macro, there are some quirks related to conditional Tailwind classes. Within the macro, using the `class:class-name=move || condition` syntax won't trigger Tailwind to...