Nathan Knowler

Results 16 comments of Nathan Knowler

I did a little research about Yarn 3 and very quickly learned about [Corepack](https://nodejs.org/dist/latest/docs/api/corepack.html). Given that Sage 10 is a Node 16+ project and Corepack should be readily available, I...

@QWp6t Thanks for explaining that. I guess we will need to use Renovate for dependency updates like Bud is if we merge this.

In Safari, this issue exists when working with a [`StylePropertyMap`](https://developer.mozilla.org/en-US/docs/Web/API/StylePropertyMap) as well (i.e. the `styleMap` property for the `CSSStyleRule` instead of `style` using a slightly different API), would it make...

I think that maybe the proper solution to the increase in Node requirement is to also modify the `engines` property in `package.json`. This would require a new method on the...

In https://github.com/w3c/aria-practices/issues/3232#issuecomment-2657117133, @curtbellew said: > When you say you can't navigate by cell I'm not sure if I'm understanding. I did a quick test of the [table pattern example](https://www.w3.org/WAI/ARIA/apg/patterns/table/examples/table/) using...