Sayan Pal
Sayan Pal
So we agree on removing the email rule 😛 > I think we should have a doc section for integration instead. We already have: https://docs.aurelia.io/aurelia-packages/validation/defining-rules#associating-validation-rules-with-property 
I am also facing the same problem, and none of the workarounds worked for me. In my case, it worked fine as long as the number of tests is small,...
In Au2 we are already using the `Intl` API. Personally, I find it pretty cool. It means less things for me as a developer to ship with the application. We...
A workaround for this can be to define `alias` in webpack config for the shared modules (`services` in the above example). With that, the duplication of nested modules can be...
@jods4 I indeed [`hoist`ed the dependencies](https://github.com/Sayan751/aurelia-lerna-sample/blob/master/package.json#L13-L14) to root `node_modules` folder, but still the local `node_modules` (the ones, which are in my `modules` folder), stays in individual `node_modules` folder even if...
@Alexander-Taran With yarn workspace, it works properly. In that setup as well, one need to use `symlink: false`, but no alias is required.
@jemhuntr I think this is a different issue. You have not specified if you are using lerna or not. If not you may benefit from using something like lerna or...
Hi @masquo, thank you for the issue. Would appreciate a pull request, if you feel like contributing.
FYI this requirement is addressed in Aurelia 2. In Aurelia 2 you can create your own custom rule class. This gives the encapsulation, as @PetrMotlicek suggests. Every rule has an...
I think the typing issue is fixed from the beginning in Aurelia v2. However, I am sure if we have the bandwidth to fix v1 issues :(