Anas
Anas
When implementing a custom widget I realised that the value of `errors property` which is part of [control property](https://github.com/guillotinaweb/ngx-schema-form/blob/master/projects/schema-form/src/lib/widget.ts#L11) is an array of errors as we can see here https://github.com/guillotinaweb/ngx-schema-form/blob/master/projects/schema-form/src/lib/widget.ts#L29....
## Type of change - [x] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline...
When referencing a jest config file that's in typescript `jest-it-up --config=packages/models/jest.config.ts` I get the following error ``` export default { ^^^^^^ SyntaxError: Unexpected token 'export' at internalCompileFunction (node:internal/vm:77:18) at wrapSafe...
Hi, With the upcoming changes in Nx 20+, particularly the deprecation of custom task runners and the introduction of Nx Powerpack for remote caching, I'm concerned about the future of...