-
I'm curious why this isn't registered on PyPI under `plum`? The project name appears to be untaken.
Also, congratulations on the beartype move!
-
The version of plum-dispatch is rapidly changing and we should fix one version in our requirement.txt or embed it in the repo
-
So, I have been having great success using this to plot my home's energy utilization from source, to consumer.
![image](https://user-images.githubusercontent.com/5262735/226121495-01980eee-bcd5-4d2…
-
## Steps to Reproduce
1. Run App on iPad(iPad air2, os 14.4.2).
2. Click webView
**Expected results:** not show edit button
**Actual results:** show edit button
Logs
```
[…
-
Changes Related to PLUM EVAD
-
I'm actually trying to fix openapi/asyncapi generation for my project, and got stuck a bit looking at examples in the [Inheritance and Polymorphism](https://swagger.io/docs/specification/data-models/i…
-
### What
Disable NOVA on Open Beauty Facts
### Where
- https://world.openbeautyfacts.org/product/0667542532217/bath-and-body-works-sugar-plum-swirl-body-lotion
- https://world.openbeautyfacts.or…
-
Hello!
With the following code:
```python
from plum import dispatch
from typing import Union
class Test: pass
test = Test()
@dispatch
def a(testing: Union[type[Test], Test]):
pr…
-
Hello!
With the following code:
```python
from rich.traceback import install
install(show_locals=True)
from plum import dispatch
class Test:
@dispatch
def __call__(self):
…
-
Hi @wesselb
I am testing out https://github.com/wesselb/plum/pull/73 due to the improved numpy support. In the very first example there, you show how to dispatch based on shape and type. In my use c…