Evert van Brussel
Evert van Brussel
Cool, I look forward to all of that. Sounds like quite major rewrite, isn't it?
I'd love to help, but let me see if I understand your question correctly first. What I think I understand is that you want the `someInputArg` in `someAdapter(someInputArg)` to have...
@mfp22 just checking, are you still asking for help? Or are you now mainly using this thread as a soundboard? :-) I'd be happy to help wherever I can, but...
> I guess I'm using this as a sounding board, but I'm interested in your opinions if you have any. I don't have any for now, I also like the...
> So, > > * no `$` = state change function > * `$` prefix = signal > * `$` suffix = observable For now Svelte 5 will continue to...
> No, `pipe` should not return something that can have `.next()` called on it. Well I didn't mean to literally override `pipe`, but to add another method with a new...
@mfp22 Sorry I've been silent recently. The amount of time and energy I have available tends to fluctuate a lot. But I'm hoping to start working on this today. ###...
Okay I've started working on this and unfortunately I do not fully understand everything you've said. So far I have simply changed the `initialState` argument in `adapt()` into `newInitialState: MaybeFactory`...
I'm sorry I couldn't be more helpful. I hope that maybe in the future I'll understand your codebase better and be able to make changes better too. For now I...
> Those were mostly my thoughts exactly, except for the proxy thing. You can just give it a selector for all cases. I don't really understand what you mean with...