Josh Barr
Josh Barr
👋 hey, thanks for writing this great library! I encountered an issue if my repository contained a `.` character, for instance `mysite.com`. The output URL would be `mysite.com-1234.vercel.app`, which isn't...
https://github.com/xero-github/xero-python-oauth-starter/blob/b3e48ce9d87d1515799eac602301e453b7ac937b/app.py#L16 We should make use of the `https://identity.xero.com/.well-known/openid-configuration` for the token URLs, in case they ever need to be changed.
Hello 👋 I'm implementing RUM monitoring for a library that's deployed on a number of websites. For this use-case, the final bundle size is of critical importance. I noticed that...
When a new user visits my site, CW RUM kicks off a series of steps before sending metrics: the browser obtains an anonymous identity from the Identity Pool, fetches a...
A flag should determine whether the tooltip will reposition if there's not enough space. This is the default behaviour but potentially there's reasons to disable it.
Set up codeclimate and [istanbul](https://github.com/gotwarlost/istanbul) on the project.
E.g, using: https://github.com/semantic-release/semantic-release
We need to check that the components are compliant, in an automated way. Possible tools: - https://www.npmjs.com/package/a11y-auditor - https://www.npmjs.com/package/grunt-accessibility - http://pa11y.org/
- [ ] Dialog role - [ ] Label for dialog via H2 element - [ ] How focus is controlled and why - [ ] Link to relevant articles.
JSDOM doesn't let us correctly check positioning on the screen as it doesn't feature a layout engine. Run layout tests in a real (headless) browser.