dev101
dev101
Пытаюсь склонять фамилии, но Az почему-то упорно не может определить фамилии вроде "**Исинбаев**" или "**Иммануилов**" как фамилии (`Surn: true`). Как быть ? "_Петров_" же нормально определяет...
Don't you feel the need for `Context.unsubscribe()` method? E.g. I want my component to listen for event only if it is active. So i call `Context.listen()` in component's `.activate()` function...
Is there any chance to avoid these "beyond boundary" warnings? 
Any chance to add `es6.mixedImports` option in the [`precinct.paperwork`](https://github.com/dougmoscrop/serverless-plugin-include-dependencies/blob/master/get-dependency-list.js#L80) call? I have to use some ES modules via dynamic imports like `const aModule = (await import('aModule')).default` , and these are...
Seems like ['node_modules/**/*.map'](https://github.com/dougmoscrop/serverless-plugin-common-excludes/blob/master/common-excludes.js#L82) rule excludes `node_modules/core-js/library/modules/es6.map.js` resulting in runtime error ``` "stack": [ "Runtime.ImportModuleError: Error: Cannot find module '../modules/es6.map'", "Require stack:", "- /var/task/node_modules/core-js/library/fn/map.js", "- /var/task/node_modules/babel-runtime/core-js/map.js", ```
**Describe the bug** During `sls invoke local` files included by individual function's `patterns` end up in `${ONLY_PREFIX}${functionAlias}/` folder. **To Reproduce** 1. Specify some files to be included in individual function's...
It is a known bug in **older versions of IE** that it requires 2nd argument for `Array.splice()`, see e.g. this http://stackoverflow.com/a/8333160/1047880 This bug effectively prevents _pubsub_ from retrieving published message...