Christoph Bühler

Results 15 comments of Christoph Bühler

@deeg If debounce is set to 'false', no dirty-check is made before updating the view. Therefore, the editor is considered dirty by default if any of the events ('ExecCommand change...

Any workaround to achieve this?

The only thing missing are the typings. `marker('username', {}, 'scope')` already works!

Hi @edbzn, thanks for your quick and kind reply! I would be really happy if we use this issue as an RFC on this topic. The `suspensify operator` you mentioned...

Hi @hoebbelsB, thanks for digging into this! I am on par with your ideas :) - `request` is absolutely a confusing name. - RxState should not be a requirement, so...

## Draft without RxState [Try it on StackBlitz](https://stackblitz.com/edit/contextful-demo-cgvznu?file=src%2Fexamples%2Ffetch-user.component.ts) What I changed based on feedback from @hoebbelsB: - Removed `key` parameter and usage of `RxState`. - Hopefully better naming. ```TypeScript readonly...

> @edbzn: My second point is relative to HTTP, it is an open question, do we really want to have something only bound to HTTP, like in the presented implementation...

Hi @edbzn, thanks for the response. The operator approach leaves us with one observable holding all the state, which is a bit more cumbersome to work with: `Observable` Besides that...

## New RxJS API RxJS introduces the new `rx` api (https://github.com/ReactiveX/rxjs/issues/7203#issuecomment-1507834302) in V8 as a "new way of piping". This has been confirmed by Ben Lesh at [State of RxJS...

Hi @hoebbelsB, firstly, apologies for the late response. I had some other commitments that took precedence, but I'm back on track now. 🚀 I have been using a local version...