Chris David

Results 8 comments of Chris David

I would like to add to @lacolaco's request if I may. It would be ideal if `ng serve` is able to run `codegen`. And then a way to define the...

Could GitHub actions with MacOS runners be used to build in a public manner that gives us more comfort? I think the MacOS runners are free for public repos, but...

@evanw would you accept a PR for a license file?

I also ran into this. On the downloads page I something about a universal binary which made me hopeful this would run on Apple Silicon. It did install OK on...

I took your suggestion to heart and interpreted it this way. I renamed the object to `expressOptions`. And then I eliminated the function that deleted the properties, and moved that...

In short, no, using the `express` option is not sufficient because the damage is already done before the value passed into this option is utilized. The default express options built...

thanks for seeing my concern :-) To be clear I don't need to go back to the express defaults, I need to go to the values set by another framework...

I just tried it, the suggestion to run in production mode doesn't seem to change anything besides masking the error the browser. Same call stack is showing up from node....