johannes karoff
johannes karoff
Let's say I have a server-client scenario. In my client I have an eventstream coming in from a remote API. The events are mapped into a state which renders the...
Here, I was thinking that `apiEvents` and `localEvents` are both directly started. Then I want to prepend all local events before the api events. > Re: Creating observables from futures...
> Another way to possibly accomplish that is the flatten operator that we already have in Airstream. You could make a meta stream that emits a stream from which you...
Though, from reading the code, I got the impression that `flatten` works like `switchMap` in monix. Meaning that each new value in the outer observable will switch the flattened observable...
Thanks for the detailed response! I think I can work with a sentinel value for now. It should even be possible to make this generic enough to be reusable for...
@raquo Thank you for looking into this. As I need a no-op owner and this change enables me to do it, I am happy :) From the design perspective, I...
Agreed that we should put them in a separate trait. We can make this trait generic on the different value-types we have in the grid directives. Then consuming libraries and...
Thanks for the response! I mentioned `Attribute` as an example, sorry for not providing enough context. But It is exactly about `Attribute` being an `AttributeBuilder` which basically looks like this:...
Sorry for taking so long with my resonse! > Is there any documentation anywhere regarding when the `@inline class` will have to be instantiated? As far as I know there...
Nice, thank you for the links to the gitter conversation! > However, looking over Laminar code, I suspect there will be a tradeoff between reducing type safety and increasing bundle...