Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ivan7237d
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
ivan7237d
9mo ago
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, but you don't have to tell your team to
2.
▲
by
ivan7237d
9mo ago
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 is typed as `LazyPromise<Value, never>`. Signals
3.
▲
by
ivan7237d
9mo ago
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 `eager` and `lazy` functions from LazyPromise library are su
4.
▲
by
ivan7237d
9mo ago
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.
▲
Show HN: LazyPromise = Observable – Signals
(github.com)
34 points
by
ivan7237d
9mo ago
|
10 comments
6.
▲
I've used the pipe() function 2,560 times and I can tell you it's good
(obvibase.com)
1 points
by
ivan7237d
6y ago
|
0 comments
7.
▲
Show HN: 1log, a library for logging and testing RxJS observables
(obvibase.com)
1 points
by
ivan7237d
6y ago
|
1 comments
8.
▲
by
ivan7237d
6y ago
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 inspect log messages in unit tests. Looking forwa
9.
▲
by
ivan7237d
9y ago
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 realized you were talking about Reason, never mind.
10.
▲
Show HN: A Chrome extension that displays number of HN comments for current page
(chrome.google.com)
3 points
by
ivan7237d
10y ago
|
0 comments