Alexander Mills

Results 200 comments of Alexander Mills

https://glebbahmutov.com/blog/json-schema-for-the-win/

a local .nlu.json file would override it: ``` const nluJSON = Object.assign({}, globalSetting.packages.suman, sumanNluJSON); ```

for now it's ```bash nlu run --umbrella --all ``` but that should be collapsed into one flag, the all flag is probably unnecessary

``` alwaysReinstall: [] neverReinstall: [] ``` that might be better

We should allow the user to link only in a group. --link=groupname would mean any project that had groupname in the package.json, would have it's local deps linked to it,...

this is done, but an improved way to cover all function types might look like: ```js function parseArguments(str, offset = 0, depth = 0) { const openIndex = str.indexOf('(', offset);...

see: https://stackoverflow.com/questions/48071628/create-helper-function-to-run-a-function-in-an-isolated-scope/48073135

or this: ```js function isolated (fn) { return new Function(` with (new Proxy({}, { has() { return true; }, get(target, property) { if (typeof property !== 'string') return target[property]; throw...

https://github.com/webpack/webpack/issues/628

https://webpack.js.org/configuration/output/#output-umdnameddefine