Mabi19

Results 28 comments of Mabi19

It appears that this is due to the _internal callback_ of `TransformBinding`s being incompatible: you can't assign a `(v: string) => any` to a `(v: string | undefined) => any`...

I found and fixed a potential issue where inner subscriptions wouldn't get cleaned up. I don't think this PR can be any more done at this point (but I've thought...

A month and a half later: I don't think it makes much sense for the `bind` function to be static on `DataBinding`, especially since `Binding` isn't default-exported anymore (and I...

I've been thinking a little about how to prevent common mistakes with bindings (mostly coercing them to values directly). Well, extra docs on how they work and what you shouldn't...

I re-based the branch, added a bunch of doc-comments, and a warning when implicitly converting a `Binding` to a string. I still think having a dedicated "dummy binding" might be...

> Would you mind splitting this PR into two? Sure. Don't know when I'll be able to get to that; probably ~~on like Wednesday or something~~ right now. #273

While working on the dummy bindings, I realized that it might be a good idea to forgo using the specific binding type in the `.as` and `bind` signatures, since it...

I tried to override `.as` in DummyBinding so that it returns another `DummyBinding`. However, since `.as` is also supposed to unwrap one level of binding now, that reactivity is preserved...

As a workaround, I installed TS 5.7.3 into my `node_modules` and selected it in VS Code.

I've done a little network debugging, and this sometimes happens when disconnecting from the network (My PC is in a somewhat unfortunate place relative to my router, so it disconnects...