Antony Jones

Results 322 comments of Antony Jones

I think the first example is overriding the load function, with some console logging - but therefore removing lozad's functionality. That's why it doesn't work (and that's why @dipesh112 has...

Because if you take the initial-value as an object, the callOrAssign function is called as a result, which in turn updates your model (which is assigned as initial-value), which causes...

Heya. On holiday at the moment so didn't spot this. I've not used angular in a few years since switching to Svelte, so I'm happy to add some maintainers to...

@hkjorgensen 's solution worked for me and @simonschuh 's caused the container to disappear from the screen completely. If different things are working for different people, this might be two...

In cases like this I fire a single known event name such as `event` and then use the event's detail to hold the inner event name and properties. I'm pretty...

@maciekgrzybek it is still open with incomplete items, so yeah. It's being slowly fixed as people open PRs

@avimar Svelte aims to treat a11y as a first-class citizen, which is the way the web should be. It is felt that accessibility shouldn't be a side-concern of web development,...

If I understand this correctly - if you control the markup of the child component, you can easily add an action to it which is passed as a prop, so...

I can't really figure out what you're trying to do here, because it's not clear where `activeValue` and `active` come from. A REPL would be useful. Howeve, this isn't how...