Results 50 comments of Jeet Ray

No worries, and I think that should do the trick! Just let me know if you need anything else!

Regarding the latest CI run: Huh... Well that's disappointing... What happened?

> Can you post the output of `pip --list`? I'm actually using a `nix-shell` for this, so I'm not quite sure how to do that, unfortunately. > How are you...

> Are you executing this with a virtualenv active? If not can you detail how? Sorry, my setup is a little complicated with a lot of interlinking functions, so could...

Hello, @Flamefire! Sorry for not responding earlier; had finals to deal with! 😅 Did you manage to find a solution or similar for this? Or are you avoiding `pytest-forked` at...

Nope: ```python ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ │ /nix/store/a1zmsz063k8fl5c6xvmzfnmw8bri0g36-python3.11-beartype-0.16.4/lib/python3.11/site-packa │ │ ges/beartype/_decor/decorcore.py:214 in _beartype_object_nonfatal │ │ │ │ 211 │ │ │ 212 │ # Attempt to decorate...

> Oof, I'm really not sure what is happening here. Are you sure that the issue here is on Plum's side? Unlikely; pinging @leycec again, as this seems to only...

No worries, take all the time you need! Greatness can't be rushed, after all! The problem with making `ExactOrigin` a subtype is that `ExactOrigin`, and a host of other checks...

Also, I'd like `Literal` or `Union` to be checked before `Callable`, for example! 😅 Basically, anything with a smaller subset of possible types!

Basically, `Origin` and `ExactOrigin` would check the origin of an annotation, such as `tuple[...]` being `tuple`, and if the origin is `None`, such as for just `tuple`, the annotation itself...