Oliver Hoff

Results 67 comments of Oliver Hoff

can confirm this problem. cost me an entire day to narrow it down the asap scheduler. (and in the end I really wanted to use the queue scheduler anyway lol)

added one more test case for the execution order of onUnhandledError & onStoppedNotification

ref https://github.com/ReactiveX/rxjs/pull/6434#discussion_r641849113

i dont think it ever will be compatible when using typescripts `allowJsonModule` option, since it infers all strings as `string` type, while the `IntrospectionQuery` uses string literal types in some...

bikeshedding: prefer `close` or `settle` over `freeze`. one could confuse it with freezing the current value of the signal.

Decorators are the correct approach.

I dont claim to fully understand the strategies proposed here, but from what I understand is that this should be an app level opt-in instead of an inherit feature of...

I think the semantics for signals differ somewhat from that of a classical events/observer pattern. Signals need to be pulled to "do" anything while events are usually pushed. While they...

> an alternative implementation would be to essentially shell-out to git to find the list of versioned files. i think this is a good approach and can be gated by...