- San Francisco, CA
- http://arpl.me/
- @CyanoKobalamyne
Highlights
- Pro
Block or Report
Block or report CyanoKobalamyne
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
TheMITTech/thetech.com Public
The content management system and frontend website for The Tech, MIT's oldest and largest newspaper.
-
-
M1Hackers/fruits Public
FRUITS: Revolutionary Universal International Trip-planning Service — a project for HackDartmouth 2019
Ruby 1
-
spacegem-python Public
Forked from varunm22/spacegem-python
A game to teach the basics of music theory to elementary and middle school students created for 11.127/CMS.590 at MIT
Python
-
M1Hackers/FunTimes Public
Android app for finding fun places nearby. A project for YHack 2017.
Java 1
-
M1Hackers/languagelearner Public
Google Chrome extension for facilitating learning new words online, created for HackMIT 2017.
JavaScript 1
1,012 contributions in the last year
Activity overview
Contribution activity
May 2022
Created an issue in python/mypy that received 2 comments
ParamSpec doesn't work in generic type aliases
Bug Report
Generic type aliases where one of the free "type variables" is a ParamSpec
don't work.
To Reproduce
test.py
:
from typing import Callabl…