-
I'm trying this package out and decided to request a feature based on a number of errors I'm seeing on my own project.
This is a feature request to allow Django model admin classes to understand th…
-
cc @adhami3310
ref: https://github.com/reflex-dev/reflex/issues/4235#issuecomment-2436226347
Migrate `@rx.background` to `@rx.event(background=True)` for improved typing without decorator chaining…
-
Hi, I am currently using properscoring for my probabilistic forecasting project.
I encountered the following error:
File "C:\...\lib\site-packages\properscoring\_crps.py", line 347, in crps_ens…
-
I am trying to write a decorator function that takes optional keyword arguments. I.e., it can be called like …
``` python
@decr
def func(…):
…
```
… or …
``` python
@decr(param=val)
d…
-
I don't like this code:
``` ruby
def valid_password?(password, password_from_database)
return false if password_from_database.blank?
magic = password_from_database.split('$')[1]
case ma…
-
#### Question about pandera
Why, insofar as the types are concerned, doesn't the `check_output`-decorator support `DataFrameModel`?
This code will give the correct error at runtime,
```pytho…
-
#### Do you want to request a *feature* or report a *bug*?
*feature* In case of multiple DraftJS editors. The draftJs requires a container element and a ref to get into focus.
#### What is the curre…
-
**reproducer**
```
from typing import Type
class Foo:
def __init__(self, a):
self.a = a
class Bar(Foo):
def __init__(self):
super().__init__("Bar")
def takes_foo…
-
**Describe the bug**
If a variable is defined with different incompatible units in different modules, this following error message comes up. The problem is that the error message says it's the 'val' …
-
### Python -VV
```shell
Python 3.11.7 (main, Dec 15 2023, 18:12:31) [GCC 11.2.0]
```
### Pip Freeze
```shell
kanishk@anarch[~/mistral] > pip freeze
annotated-types==0.7.0
appdirs==1.4.4
asttoke…