Kristján Oddsson
Kristján Oddsson
The kitchen sink image for Codespaces comes with node 14 and npm 6. We want to run node 16 and npm 8. This PR creates a dockerfile and devcontainer to...
Hey hey! This patch should make sure that we don't throw when `getVisibleRange` returns a empty object: https://github.com/clauderic/virtualized-list/blob/d519d57de207d73685a0230b9449e1d491d56353/src/VirtualList/SizeAndPositionManager.js#L121 Instead we just return early. Not sure if there is a better...
Right now, we exit early if there is no `CSRF` token. Maybe we should allow users to supply a CSRF token and not mandate it optionally? https://github.com/github/auto-check-element/blob/23108987c32ee07f654e49a1cb727660fed9f2da/src/index.ts#L102-L105
Just as we set the `role=button` for the markdown buttons: https://github.com/github/markdown-toolbar-element/blob/731b52a7e400260a693ff745ddf3e5984a42b411/src/index.ts#L100-L102 We should also give them [discernible text][1] if it's not already set. [1]: https://dequeuniversity.com/rules/axe/4.0/button-name?application=axeAPI
The kitchen sink image for Codespaces comes with node 14 and npm 6. We want to run node 16 and npm 8. This PR creates a dockerfile and devcontainer to...
The kitchen sink image for Codespaces comes with node 14 and npm 6. We want to run node 16 and npm 8. This PR creates a dockerfile and devcontainer to...
The kitchen sink image for Codespaces comes with node 14 and npm 6. We want to run node 16 and npm 8. This PR creates a dockerfile and devcontainer to...
The kitchen sink image for Codespaces comes with node 14 and npm 6. We want to run node 16 and npm 8. This PR creates a dockerfile and devcontainer to...
If a textarea is positioned near the end of a page, we can get in a situation where we set the height of the textarea to `auto` before setting the...