Frederik Krautwald

Results 53 comments of Frederik Krautwald

Browser support may also be considered. That is, how is the performance on somewhat older browsers?

And this https://github.com/fantasyland/fantasy-land/pull/315

> @ryanoasis Would you mind pushing a new, trivial commit to this branch? We think we fixed a CircleCI config issue and CircleCI just needs to be triggered with a...

@TylorS @briancavalier Do you have any idea of why this is happening?

So we are talking about this line https://github.com/mostjs/x-animation-frame/blob/9e03e9de9640022fd67fbe861b6c6937ced0d040/src/index.js#L22 I’ll see if I get some time to test it. Thanks for opening the issue.

@briancavalier I expect it to, but hopefully not.

Please provide a fully functional example. I cannot deduct what is happening in your `MostStream` implementation.

@nikoskalogridis Arity2 example in TypeScript: ```typescript interface CurriedAddFn { (x: number, y: number): number (x: number): (y: number) => number } ``` Perhaps @briancavalier can show how to do it...