Ben Pate

Results 85 comments of Ben Pate

Yes, I'd vote that we only reset the value of a select box, and not touch the options. In modern HTML, input boxes can also have option lists, and we...

Thanks for posting this. Hyperscript clearly *should not* do this. I'll try to see what's happening and make a fix.

Yeah, and that seems problematic, especially when "i" is such a commonly-used variable name. You all know I'm not a parser/compiler designer, but wouldn't that break all kinds of stuff...

I looked at this a little bit tonight. It seems like the changes here should go into the `runtime.resolveSymbol()` and `runtime.setSymbol()` functions. However, if we do that, it might be...

@1cg -- I think I follow. I was heading down the road of making it a namespace. I'll aim at expressions and see where I get. Not totally sure I...

Interesting idea. I checked out the LINQ link. It seems like a flavor of SQL. This `map` command feels like a gateway into a lot of interesting, related features. If...

I didn't check to see that `get` was also used. Yeah, that's too many changes. I've kicked this around a bit, and while `issue` is good, it doesn't really scream...

Yes - @1cg 's suggestion is a good workaround, but "append" *should* work this way. I'm sorry it's not. It may be confusing `#bottom` with `#bottom.innerHTML`. I'll try to add...

OMG, I finally did some work on this and my tests are passing. Let's hope my code is approved :)

A pluggable `is` is an interesting idea I'd be interested in exploring further. But for this, it might be hard to implement. Perhaps this could just be a custom function...