Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ideoforms
/
python-osc
Public
forked from
attwad/python-osc
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 17, 2022
Remove type hint
ideoforms
committed
092596c
View commit details
Copy full SHA for 092596c
Browse repository at this point
Merge branch 'attwad:master' into master
ideoforms
authored
3f1c8fb
View commit details
Copy full SHA for 3f1c8fb
Browse repository at this point
Merge pull request #161 from PeterJCLaw/update-mypy
Show description for c032ca8
attwad
authored
c032ca8
View commit details
Copy full SHA for c032ca8
Browse repository at this point
Merge pull request #164 from PeterJCLaw/fix-python-3.11-ci-pygame-install
Show description for b8c647b
attwad
authored
b8c647b
View commit details
Copy full SHA for b8c647b
Browse repository at this point
Spell this import so mypy understands the branches
PeterJCLaw
committed
e699f64
View commit details
Copy full SHA for e699f64
Browse repository at this point
Remove redundant ignore
PeterJCLaw
committed
431ad6a
View commit details
Copy full SHA for 431ad6a
Browse repository at this point
mypy prefers explicit Optionals now
PeterJCLaw
committed
458b52d
View commit details
Copy full SHA for 458b52d
Browse repository at this point
Only use pygame pre-release on Python 3.11
Show description for 914efb0
PeterJCLaw
committed
914efb0
View commit details
Copy full SHA for 914efb0
Browse repository at this point
Pin a specific pygame version for Python 3.7
Show description for d8676ff
PeterJCLaw
committed
d8676ff
View commit details
Copy full SHA for d8676ff
Browse repository at this point
Fix install of pygame on Python 3.11
Show description for a7eef0e
PeterJCLaw
committed
a7eef0e
View commit details
Copy full SHA for a7eef0e
Browse repository at this point
Commits on Nov 16, 2022
Merge pull request #163 from PeterJCLaw/fix-python-versions-ci
Show description for d9dcd38
attwad
authored
d9dcd38
View commit details
Copy full SHA for d9dcd38
Browse repository at this point
Treat Python versions as strings
Show description for 34710ea
PeterJCLaw
committed
34710ea
View commit details
Copy full SHA for 34710ea
Browse repository at this point
Merge pull request #162 from attwad/attwad-patch-1
Show description for ccc070e
attwad
authored
ccc070e
View commit details
Copy full SHA for ccc070e
Browse repository at this point
test only active python releases
Show description for d97972b
attwad
authored
d97972b
View commit details
Copy full SHA for d97972b
Browse repository at this point
Commits on Nov 15, 2022
Restore typeshed bug fix
ideoforms
committed
11e1b9d
View commit details
Copy full SHA for 11e1b9d
Browse repository at this point
Fix mypy typing errors
ideoforms
committed
b65cf64
View commit details
Copy full SHA for b65cf64
Browse repository at this point
Commits on Nov 14, 2022
Add support for arguments with Nil type
ideoforms
committed
d7b1acf
View commit details
Copy full SHA for d7b1acf
Browse repository at this point
Commits on Aug 25, 2022
Merge pull request #156 from PeterJCLaw/publish-types
Show description for aa93089
attwad
authored
aa93089
View commit details
Copy full SHA for aa93089
Browse repository at this point
Merge pull request #157 from PeterJCLaw/type-check
Show description for ecdf10b
attwad
authored
ecdf10b
View commit details
Copy full SHA for ecdf10b
Browse repository at this point
Commits on Aug 24, 2022
Support Python 3.6 event loops in this example
PeterJCLaw
committed
6612978
View commit details
Copy full SHA for 6612978
Browse repository at this point
Commits on Aug 23, 2022
Type this coroutine correctly
PeterJCLaw
committed
61482ec
View commit details
Copy full SHA for 61482ec
Browse repository at this point
Work around typeshed bug
Show description for 093705d
PeterJCLaw
committed
093705d
View commit details
Copy full SHA for 093705d
Browse repository at this point
Fix typing in this example
PeterJCLaw
committed
0f35fa6
View commit details
Copy full SHA for 0f35fa6
Browse repository at this point
Use more precise annotation now we have one
PeterJCLaw
committed
3b8a69e
View commit details
Copy full SHA for 3b8a69e
Browse repository at this point
Add/fix these annotations
PeterJCLaw
committed
0badf76
View commit details
Copy full SHA for 0badf76
Browse repository at this point
Type the message builder
Show description for 84de837
PeterJCLaw
committed
84de837
View commit details
Copy full SHA for 84de837
Browse repository at this point
This function takes only a packet
PeterJCLaw
committed
c8a23c8
View commit details
Copy full SHA for c8a23c8
Browse repository at this point
Extract a MidiPacket type alias
PeterJCLaw
committed
211dd73
View commit details
Copy full SHA for 211dd73
Browse repository at this point
This needs to be a bool
PeterJCLaw
committed
3e6af0b
View commit details
Copy full SHA for 3e6af0b
Browse repository at this point
Clarify that this will render in the repr of the datagram
PeterJCLaw
committed
86910bc
View commit details
Copy full SHA for 86910bc
Browse repository at this point
Annotate this method more precisely
Show description for 9f59a02
PeterJCLaw
committed
9f59a02
View commit details
Copy full SHA for 9f59a02
Browse repository at this point
This property is a float
Show description for 8dbf032
PeterJCLaw
committed
8dbf032
View commit details
Copy full SHA for 8dbf032
Browse repository at this point
Explain to the type checker that we're using a custom server type
PeterJCLaw
committed
ef8ef42
View commit details
Copy full SHA for ef8ef42
Browse repository at this point
Make this type annotation match the implementation
PeterJCLaw
committed
e564bba
View commit details
Copy full SHA for e564bba
Browse repository at this point
Tell the type checker what this type is
Show description for 79ddede
PeterJCLaw
committed
79ddede
View commit details
Copy full SHA for 79ddede
Browse repository at this point
Previous
Next
You can’t perform that action at this time.