Sune Simonsen

Results 71 comments of Sune Simonsen

Great idea to lookup prefixes of word length, that would be fast enough. I think we need to slice the string completely in the first go, as we need it...

I'm okay with that, this is pretty easy to get to work. But we should document how it works, as it is pretty surprising that it does not always work.

I don't think we should do this. It would break a lot of stuff and its is also annoying you can't chose to break the assertions into there separate parts...

I'm going to pick up the branch that organise the assertions into a tree again. Maybe that implementation will help give us more information on what is assertions and not....

@SteveSanderson: It is a bit of time since I posted this issue, I know you are extremely busy with the great work you doing on Knockout, but I would be...

> Actually, I guess the problem you're seeing is that it was a string attribute but becomes a boolean attribute. I guess we could maybe fix this by checking the...

By the way - the library it really awesome, exactly the right level of convenience, size and power.

@matthewp I think something like property descriptors would be appropriate. But I would probably try to make it simpler than lit-element that is becoming quite bloated. So I would probably...

Using Reacts prop-types might be hard as they only offer validation. They are functions that doesn't reflect the information that you enter into them. You can't even call them directly:...

@matthewp React would issue a `console.error` if you violate the property type. I think it is a bit dangerous to throw, in React that would break the entire rendering tree...