Jan Musílek
Jan Musílek
The problem with `YamlConfigSettingsSource` here is that you can't read from file with arbitrary name provided by user (let's say by a command line option). There's no way to pass...
> > The problem with YamlConfigSettingsSource here is that you can't read from file with arbitrary name provided by user (let's say by a command line option). There's no way...
Hi @haberman, thanks for the reply. I didn't get to this in a while. I'm afraid this works in Python protobuf `3.*`, but not in `4.*`. Example: ```proto # proto/example.proto...
Ahh, that's interesting. `isinstance(l.values, MutableSequence)` returns `True` although `MutableSequence` is not listed in `mro`. Now I'm confused. Why does `MutableSequence` not show up in `mro`? I actually do have gRPC...
If transferred to jazzband, I'd be willing to invest some time and at least review and merge the pending merge requests @washeck: You can find the conditions on https://jazzband.co/about/guidelines All...
Of course, or I could write a wrapper to check the headers with each call. To be honest, I don't have much experience with `httpx` or `respx` yet, so I'm...
`uv pkg` sounds good to me. Better to avoid confusion with `pip` since the two are bound to have their differences.
I think that `ulozto-search` might deserve mention in README (we could add `Related projects` section). On a related note, I'd like to add a switch that would allow `ulozto-downloader` to...
I'm okay with that, but it should be noted that `transform_default` is currently `False` by default and you are proposing to change it to `True`, which means it's a breaking...
I do see one realistic example of nested overrides. If you decorate a test class and then want to change the value in one of its methods, that creates a...