Nikolay Ampleyev

Results 2 comments of Nikolay Ampleyev

You could solve it in userland. Something like this will work. ```ts delay({ source: sample({ clock: input, fn: () => {}, }), timeout: 1000, target: output, }); ```