Tsotne Nazarashvili

Results 75 comments of Tsotne Nazarashvili

@JSMonk it seems like you just make it harder to have runtime error this way but it's not actually fixed ```ts function foo(x: ?string) { if (x !== undefined) {...

@JSMonk so do you want usage based typing after all? --- in flow if you specify type in any class then all other implementations are checked for compatibility ```ts class...

i think that this would report error ```ts const nums: Array = [0,1,2,3,4,5] for (let i=0; i

@JSMonk well objects with arbitrary keys sounds like a bad idea but Array is a object and a collection and we are okay with it both flow and typescript supports...

@JSMonk you should allow developer to specify what he/she wants to refine to so refinement itself can be checked against expectation of a developer for example ```ts function isNumber(n: T):...

it's not inference problem inference is 100% legit ```ts let f = (a: T, b: T) => a + b const a: string | number = 1 const b: string...

after correctly excluding all `node_modules` folders https://github.com/thecotne/stateless-app/pull/2/commits/8023220e645e2937be23aa3dae24026d83e6e0fa i got `Never!!!` ... after that i am starting to experiment excluding most of the project and testing it on some files ##...

### Cannot read property 'name' of null ```js export default function () { return 'hola!' } ```

i have same issue when connection speed drops player can't recover after connection is recovered

in [[email protected]](https://github.com/videojs/video.js/releases/tag/v7.2.1) `videojs/http-streaming` has been updated from `1.2.1` to `1.2.3` here is merge request https://github.com/videojs/video.js/pull/5368/files i have checked latest videojs `[email protected]` with `videojs/[email protected]` it works and `[email protected]` with `videojs/[email protected]` has...