Timur Shemsedinov
Timur Shemsedinov
Access id by `context.callId` Example: ```js ({ access: 'public', method: async () => { const { token, callId } = context; return { result: { token, callId } }; },...
application/config/application.js ```js ({ extends: [ 'repoName', // find in `node_modules/repoName` 'repoName/application', // find in `node_modules/repoName/application` '../repo/application', // relative path '/home/marcus/projects/repoName/application', // absolute path ], }); ```
We can read this from module `package.json` section `exports` @muturgan I think it would be good solution to access `rxjs/operators` by `npm.rxjs.operators`
We will wrap just async functions, to call timesTen from another thread you need `async (array) => array.map((el) => el * 10)`
Import/export (common.js and esm modules) are actually far from clean architecture, because you need to know certain places where other modules located. It's a hardcoded paths (worst case) or dependency...
See also: https://github.com/metarhia/Manifesto/blob/master/RU/Technology.md
We don't need internal implementation, just integration
I have no WSL environment so can't reproduce this. Can you please collect mode debug info, for example add following line before load method call and send me log files?...
I have an idea how to reproduce, at GMT 0 metalog closes old files and creates new. I will try @georgolden
Localized: https://github.com/metarhia/metalog/blob/80386d29916bc79957640ea170da6c91d435bfb7/metalog.js#L297