I don't know what I'm doing... Help?
-
12:33
- 9h ahead - https://helvetica.moe
Popular repositories Loading
-
slash-worker
slash-worker PublicA Cloudflare Workers thing for your Discord Slash Commands.
-
-
hikari-dpy-shim
hikari-dpy-shim PublicA compatability shim between Discord.py and Hikari.
547 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
March 2025
Created 2 commits in 1 repository
Created a pull request in python-trio/trio that received 1 comment
Warn if there's no docstring for documented things
References #3221
An earlier version found these:
!!!!!! trio.CancelScope.relative_deadline
!!!!!! trio.MemorySendChannel
!!!!!! trio.MemoryReceiveC…
+39
−0
lines changed
•
1
comment
Reviewed 2 pull requests in 1 repository
python/mypy
2 pull requests
-
[mypyc] Support iterating over keys/values/items of dict-bound TypeVar and ParamSpec.kwargs
This contribution was made on Mar 11
-
Restrict type of
AssignmentExpr.target
toNameExpr
This contribution was made on Mar 6
Created an issue in python/cpython that received 11 comments
Treat KeyboardInterrupt
or SystemExit
the same on program exit even if they are inside exception groups
Feature or enhancement
Proposal:
A KeyboardInterrupt
or SystemExit
inside a BaseExceptionGroup
should be treated like a bare KeyboardInterrupt
or S…
11
comments
Opened 1 other issue in 1 repository
python-trio/flake8-async
1
open
-
Maybe it's helpful to warn about
try
/except
aroundopen_nursery
?This contribution was made on Feb 28