Tom Medema

Results 109 comments of Tom Medema

I've since implemented this as such: ```typescript get uniqueForestNodes(): T[] { return Object.keys(this.size).reduce((acc, key) => { const entry = this.parent[key] if (entry !== undefined) { acc.push(entry) } return acc },...

I've since implemented this myself. Let me know if this is solid / useful: ```typescript get uniqueForestNodes(): T[] { return Object.keys(this.size).reduce((acc, key) => { const entry = this.parent[key] if (entry...

This is still an issue and should not be closed

This is still an issue and should not be closed

This is still an issue On Sun, May 17, 2020 at 08:01 stale[bot] wrote: > This issue has been automatically marked as stale because it has not had > any...

What would it take to get someone assigned to this?

@aseemk, in that case you could still add it for those who do not use the html5 doctype (me being an example).

So the `roles` package is still helpful after the 5.1 traits? Which traits exactly are you talking about for 5.1? And still, the generator would have to include these traits...

I would like to know which traits he was talking about as well. On Wed 27 May 2015 at 22:08 Mads Møller [email protected] wrote: > @tommedema https://github.com/tommedema can you please...