Viewing profile — ivan7237d
ivan7237d
HN member- Joined
- Wed, Jan 25, 2017, 11:01 AM UTC
- HN karma
- 11
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About ivan7237d
No profile information was provided.
Recent public activity
-
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, …
-
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 …
-
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…
-
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.
-
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 …
- story
- story
- story
-
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…
- story
-
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…
- story
- story