Block or Report
Block or report vladima
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
TypeScript Public
Forked from microsoft/TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
TypeScript
-
-
-
ngconf2015demo Public
Forked from microsoft/ngconf2015demo
TodoMVC application demo for ng-conf 2015
JavaScript
-
es6-module-loader Public
Forked from ModuleLoader/es-module-loader
Polyfill for the ES6 Module Loader
JavaScript
-
ReflectDecorators Public
Forked from rbuckton/reflect-metadata
Prototype for an ES7 Reflection API for Decorator Metadata
HTML
6 contributions in the last year
Contribution activity
October 2022
Created an issue in python/cpython that received 4 comments
Occasional incorrect chaining of CancelledError when calling 'cancel' on result of 'asyncio.gather'
import asyncio async def f1(): await asyncio.sleep(1) async def f2(): return 42 async def main(): # case 1 gfut = asyncio.gather(f1(), f2(), return…



