Noel Abrahams
Noel Abrahams
I normally want my class declaration to be the first thing in my file: ``` typescript module foo { /** My foo class */ export class MyFoo { } }...
Hi We only ever use `.scss` and 'Copy to Clipboard'. If it were possible to specify these defaults in the settings, then it would cut down on having to select...
Hi — brilliant library Simple question: I would like to do the following: ```ts mystream .pipe( flyd.filter(value => value !== 'foo'), flyd.skip(1), flyd.dropRepeats() ) .map((value) => { console.log(value); }); ```...
Hi, guys I wonder if someone could help me with this problem? I'm trying to create a static method on flyd that has exactly the same behaviour as RxJs's [CombineLatest](https://www.learnrxjs.io/learn-rxjs/operators/combination/combinelatest)....