Johan

Results 27 comments of Johan

> The following cases, where a Caller sends a CALL message with progress := true, MUST be treated as protocol errors with the underlying WAMP sessions being aborted: > >...

@ColinM9991 > Isn't it part of the job for a software engineer to learn what ever tool or API they need to learn, to be able to do the job?...

@Lakston your skip(1) solution doesn't work because it doesn't cover the case that no URL parameters are supplied. Because in that case no second value is emitted. See earlier [#issuecomment-254964735](...

Personally I don't think these are actual pitfalls, as long as it's clear what the behavior is for the user. I even consider 'late subscription' a pro. Contrary to `combineLatest()`...

So here's a use-case that advocates for unsubscribing unused observables. **[edited by @kosich]**: this discussion was moved to #7 and implemented in #10 and #14 . It relates to [subscription...

I like to add my 2ct here as well. It could be argued that another downside of passing `$` and `_` as arguments of the callback function could be that...

Naming is often the hardest part 😫 I'm wondering, can you explain the user of the `autorun` function? Maybe a use case? For me it looks like it only cares...