-
BPO | [45100](https://bugs.python.org/issue45100)
--- | :---
Nosy | @gvanrossum, @rhettinger, @ronaldoussoren, @JelleZijlstra, @TeamSpen210, @sobolevn, @Fidget-Spinner, @AlexWaygood, @DiddiLeija
PRs |…
-
Following what the readme says:
> The service token (a.k.a. ServiceFactory)
>
> The "service token" is the second part of the logical key tuple for a service lookup. It is combines the string-ba…
-
It seems to me that it would be a lot cleaner to be able to do
```
@cache_function
@depend_on_foo(...)
@depend_on_bar(...)
def foobars(...):
```
as an additional option to the current syntax. Doing…
-
I want to derive a protocol from `DataclassLike`:
```python
@runtime_checkable
class TDataclassInstance(DataclassLike, Protocol):
static_fields: ClassVar[list[str]]
dynamic_fields: ClassV…
-
from config.py
```
# Enable auto suggestions. (Pressing right arrow will complete the input,
# based on the history.)
repl.enable_auto_suggest = True
```
how to change it to do com…
-
Hi, I have been diving deep into the lib and can't stress enough how much of a great project this is!
I'm using *flask_injector* and *Flask-Pydantic*, however, they seem to be conflicting with ea…
-
## Expected Behavior
The GitHub project has not been maintained for a while. I expect the code to be updated to be compatible with current standards. Additionally, improvements should be made to th…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
When using computed fields, if I take the example from [pydantic's documentation](https://docs.pydantic.dev/latest/api/…
-
To make it a no-brainer:
1. Provide halo for models:
1. #220
2. #252
2. Provide patch size for samples:
1. #302
2. #307
3. Make model filters look different and like filters:
…
-
## 📚 Documentation
Following the "[Transfering a Model from PyTorch to Caffe2 and Mobile using ONNX](https://pytorch.org/tutorials/advanced/super_resolution_with_caffe2.html)" I get the following e…