Rafał
Rafał
Please make 3 options: - dark theme - light theme - current system theme (auto switch) 
I used my steam deck with a usb-c 4k monitor two weeks ago, it was before switching from stable to preview. Restarting helps but not for long. After 2-3 switches...
> where inheritance hierarchies would rename parameters Is it necessary to rename them? I think it would be much better to keep keyword-style parameters and just use the parameter names...
Why do people have lines like these in their logs? ``` Module: D:\home\Project\EX-King\App\Rom\NX64\Product_Optimize\code\EX-King.nss ``` I saw also other examples like: ``` Module: D:\home\Project\Secred\App\Rom\NX64\Product_Optimize\code\Secred.nss ``` or: ``` Module: D:\progect\risen\Zengine\Gothic 1\NX32\Release\Gothic.nss ```...
Thank you for providing Podman! It's currently in version 4.5.1. Is there a way to update it to 4.7 so we can use `podman compose`? https://stackoverflow.com/a/77448532/9737275
It breaks my CI/CD: ``` Collecting time-machine>=2.6.0 (from pendulum==3.0.0->-r requirements.txt (line 47)) ERROR: In --require-hashes mode, all requirements must have their versions pinned with ==. These do not: time-machine>=2.6.0 from...
I tried: ```python service_url: HttpUrl @field_validator("service_url", mode="after") @classmethod def service_url_remove_trailing_slash(cls, service_url: HttpUrl) -> str: return str(service_url).rstrip("/") ``` But then I got warnings: ``` /site-packages/pydantic/main.py:308: UserWarning: Pydantic serializer warnings: Expected `url`...
> how it could improve the user experience --- This is what I see when using DeepDiff: --- This is what I see when using Flask: --- The difference is...
@seperman Yes, it's from my IDE. It's [VS Code](https://code.visualstudio.com) with [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) and [Pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance) extensions. I'm using Pylance static type checker in "strict" mode. Strict mode may be too strict for...
I don't understand why it exposes files outside local host by default.