Doug Kent

Results 148 comments of Doug Kent

My proposal is here: https://github.com/aurelia/validation/compare/master...dkent600:Incrementally-add-rules-for-properties-%23400 It introduces a `FluentRulesGenerator` class

Regarding the proposed code enhancement I referenced just above ^^^^ , what follows is an example of what the code enables you to do that accomplishes the task of the...

Yes, I found independently that the issue relates to the module types and came here to report it. Note I am also using `dotnet new Aurelia` which is the tool...

@jods4 Sorry my first comment wasn't very good. The bottom line is that the DLL (vendor) bundle config is missing this: `new AureliaPlugin({ aureliaApp: undefined})`. Adding that solves the problem....

@jods4 Sorry, I was looking [here](https://github.com/aurelia/webpack-plugin/wiki/Using-Webpack-DLL), which is where you referred us to earlier in this thread. Thanks for the additional link.

Can you spell out "GC" in the contract name? No idea what it means...

Maybe we could add a property "UniversalScheme.isUniversal" that always returns true?

> why there is need to identify a scheme as being universal 1) It helps in these arc.js issues in knowing how to handle a scheme that has been requested...

@orenyodfat > I do not see how it helps with daostack/arc.js#330 daostack/arc.js#335 > The wrapper of each of these scheme should have the knowledge of how to initiate it. >...

@leviadam @orenyodfat > Schemes are called "Universal" is a sense that they are not related to a single specific DAO(controller) and can be used and registered as a functional scheme...