Live data from Hacker News

Viewing profile — ivan7237d

ivan7237d

HN member
Joined
Wed, Jan 25, 2017, 11:01 AM UTC
HN karma
11
Public activity
13 items

About ivan7237d

No profile information was provided.

Recent public activity

  1. comment
    Comment #46455908

    Author here. What's pretty cool about LazyPromise is that when it's paired with Signals, you can do some of the stuff that you'd otherwise do with functional reactive programming, …

  2. comment
    Comment #46455838

    Author here. Good questions. About the two error channels: what I tried to do is to make it really easy to not use typed errors when you don't need them. In that case your promise …

  3. comment
    Comment #46455750

    Yeah, I think this will cover the basic use-case, although the way I'd approach this is by starting with AbortSignal API and then maybe creating a wrapper around it. In a way `eage…

  4. comment
    Comment #46455522

    Yes, do take a look, I've just added a `log` function that makes it easy to play around with lazy promises and see everything that's going on.

  5. story
    Show HN: LazyPromise = Observable – Signals

    A Promise-like primitive which is lazy/cancelable, has typed errors, and emits synchronously instead of on the microtask queue. In a way LazyPromise is what you get if you take an …

  6. story
  7. story
  8. story
  9. comment
    Comment #26003687

    I created a library that lets you log much more information about an RxJS observable than just next/errors/completions. And it's not only about logging to the console: you can insp…

  10. story
  11. comment
    Comment #14147863

    Hey a quick question — which Flow extension are you using? There's the official one called "Flow Language Support" and another one called vscode-flow-ide. UPD: sorry, I just realiz…

  12. story
  13. story