CodaCoder

Results 38 comments of CodaCoder

Agreed. That's exactly what it's doing. But I wouldn't call that "local". "relative", maybe? Either way, anchors should be preserved and not appended to.

re a) the posted code does not work re b) flex made the width settings work (I agree that sounds like madness but the posted code is the example to...

I'll just leave this here for perusal: https://fusebit.io/blog/node-testing-comes-to-core/

@twMat I couldn't agree more with the OP. Point well made. @pmario I couldn't agree more with everything you said, either. Accordions (HTML details/summary) are irritating as hell. UIs like...

Broadly, I like this. I'm wondering if term `json` is redundant? Perhaps: ``` [[foobar]from[a]] --> "one" [[foobar]from[d],[e]] --> "four" [[foobar]from[d],[f],[0]] --> "five" [[foobar]typeof[a]] --> "string" [[foobar]indexesof[d],[f]] --> "0", "1", "2",...

> Ouch. That's painful. But yes, I get it. The $n gives you the index position(s) which you absolutely need. What about... ``` ``` which implies one could even... ```...

> it appears to introduce another new syntax I was aware of that but considered we were in new-syntax territory anyway, if... 1. we're having to deal with json topology...

Yes, I think @pmario is correct, there needs to be an array "signal", otherwise a prop named "2" is indistinguishable from array index 2.

Oh, did you mean `style.width`? "widget" was my confusion. Looking at the example, I assume it's `width`.