Felix Becker

Results 171 issues of Felix Becker

I couldn't get the new experimental string channel to work and was able to write a test case that shows the issue. Easiest du review with ignoring whitespace: https://github.com/GoogleChromeLabs/comlink/pull/458/files?diff=unified&w=1

![image](https://user-images.githubusercontent.com/10532611/39225002-ed9bb798-47fe-11e8-8335-c5e769dfcb13.png) ``` Uncaught TypeError: Cannot read property 'parents' of undefined at eval (webpack:///./app/graphs/modules.js?:59) at Array.some () at isInChunks (webpack:///./app/graphs/modules.js?:58) at eval (webpack:///./app/graphs/modules.js?:61) at Array.some () at eval (webpack:///./app/graphs/modules.js?:50) at Array.forEach...

It would be very nice if we could do this: ``` sh node -v | semver -r ^5.4 ``` Of course one could do `semver $(node -v)` but that only...

Enhancement
cli

Tracking typings for Gulp, its dependencies and important plugins. Feel free to extend. - [x] gulp@3 - [x] orchestrator - [x] gulp@4 - [x] undertaker - [x] minimatch - [x]...

typings request
existed in dt

Extremely useful for TypeScript https://www.npmjs.com/package/core-decorators The ones in DT are a out-of-date unfortunately.

typings request
existed in dt

typings request
existed in dt

typings request
existed in dt

typings request
existed in dt

typings request
existed in dt

`Promise\all()` currently takes an array. Since it only iterates through it, that is an unneeded extra array conversion if you are working with Iterators / Generators.

enhancement