Nameer P K
Nameer P K
Any updates?
Any update on this one?
This worked for me: ```bash pip3 install -U setuptools pip3 install jupyterlab ```
Any update on this?
I have faced this issue before. I had to use the `parse_obj_as` method: ```py class Test2(p.BaseModel): CORS_ORIGINS: List[AnyHttpUrl] = [p.tools.parse_obj_as(AnyHttpUrl, "http://www.example.com")]) ``` Reference: https://github.com/samuelcolvin/pydantic/issues/1106
As of now, there is no way to globally set a scale factor in MUI. [Material-UI supports this](https://developer.android.com/jetpack/compose/designsystems/material3#define_shapes) from Material-UI 3 (uncertain about versions earlier than 3). I have been...
> Hey @nameer, thanks for reaching out! > > Your suggestion seems to align with #29345, which we're doing for v7. Would you be willing to open an issue so...
Any update on this?
I find the current one more readable and less likely to break the line length.
#179 and #166 may be related to this issue.