Tony Barnes

Results 8 issues of Tony Barnes

After importing `react-input-calendar` and `moment-range`, the calendar will not open and throws this error: Same issue as these: - https://github.com/Rudeg/react-input-calendar/issues/129 - https://github.com/Rudeg/react-input-calendar/issues/126

This PR adds a `complementary` landmark role attribute to the phase banner. > [landmark role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#landmark_roles) is used to designate a supporting section that relates to the main content, yet can...

This does not log the new value: ``` $scope.$watch('imageCropResult', function(newVal) { if (newVal) { console.log('imageCropResult', newVal); } }); ```

When running `keystone build` via npm scripts with `NODE_ENV` set to "production", I get the following error: ```shell Error: unexpected call to getAdminMetaInRelationshipField at Object.getAdminMetaForRelationshipField (/Users/tony/project-x/src/api/node_modules/@keystone-6/core/dist/create-admin-meta-5d6c7c4d.cjs.prod.js:152:11) at Object.getAdminMeta (/Users/tony/project-x/src/api/node_modules/@keystone-6/core/fields/dist/keystone-6-core-fields.cjs.prod.js:2882:45) at...

🐛 bug

returns nginx 500 Internal Server Error.

Initial setup for a new address component. Keen to see if there is interest for this component before continuing - any help or feedback is greatly appreciated. ## Why? Currently,...

## Context I've worked on many GOV services and noticed that some core pieces of logic required to consume some GOV components are duplicated throughout the services. For example, to...

feature request
validation errors
tooling

Hiya, i've bumped the following packages to the [latest versions](https://github.com/keystonejs/keystone/releases/tag/2024-04-16), with node version `21.6.2`, NPM version `10.2.4`: ```js "@keystone-6/auth": "^8.0.0", "@keystone-6/core": "^6.0.0", "@keystone-6/fields-document": "^9.0.0", ``` When running `npm run dev`,...

🐛 bug