[Feature Request] Granular warning messages
See original GitHub issueI would like to apply beartype as an aspect-decorator via justuse
use(thing) @ (isfunction, "", beartype)
but with only
g:\Python398\lib\site-packages\beartype\_util\hint\pep\utilpeptest.py:373: BeartypeDecorHintPep585DeprecationWarning: PEP 484 type hint typing.Callable[...,
typing.Any] deprecated by PEP 585 scheduled for removal in the first Python version released after October 5th, 2025. To resolve this, either drop Python < 3.9 support and globally replace this hint by the equivalent PEP 585 type hint (e.g., "typing.List[int]" by "list[int]") or see this discussion topic for saner and more portable solutions:
https://github.com/beartype/beartype#pep-484-deprecations
warn(
as warning, there’s not much to go on…
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:13 (7 by maintainers)
Top Results From Across the Web
Granular Alerting - Feature Requests - Network Performance ...
Granular Alerting. Just a thought I wanted to share. We have a need to alert in ways that we cannot achieve with the...
Read more >Windows 365 feature requests - Microsoft Tech Community
Now you'll get an error message that you don't have enough licenses. Azure/O365 should automatically purchase 10 more licenses.
Read more >[New Feature] Granular Notifications - ClickUp
Granular notifications are part of an aggressive feature release ... working on and even request more features on our Feature Request board.
Read more >[dev] return granular API error messages · Issue #1330 - GitHub
Wrangler Dev command won't work if Cloudflare API is down, is there a technical reason to require something from the Cloudflare API for ......
Read more >How To Manage Product Feature Requests - June.so
“We are grateful for your interest in our product and appreciate you taking the time to make this feature request. However, we regret...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Crap. Shouldn’t comment on github issues on my mobile.
Ohhh, THAT PEP… yeah, I heard the screaming and shouting from afar. By that time it sounded like a good idea, having run into problems with forward references etc myself, but yeah… killing pydantic doesn’t sound very smart 😦 If it were up to me, I’d have pushed for a DSL from the start…