Aniket Kumar

Results 2 issues of Aniket Kumar

[aurelia/packages/validation/src/rule-provider.ts](https://github.com/aurelia/aurelia/blob/2fca6ea3703f51a2b7b87d719bfa45c9bb35d6e1/packages/validation/src/rule-provider.ts#L311) Line 311 in [2fca6ea](https://github.com/aurelia/aurelia/commit/2fca6ea3703f51a2b7b87d719bfa45c9bb35d6e1) const emailPattern = /^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/; Not sure if this is the intended behavior. At the moment the behaviour is like this test -> not valid test@...

Sure, here's the updated description with "I" instead of "We": This pull request addresses the issue of prefetching resources for dynamic imports in Farm. The current implementation of prefetching in...