Rafał Camlet

Results 3 issues of Rafał Camlet

As in subject in regard to this commit: https://github.com/nvim-lua/completion-nvim/commit/6c384ca711c8581d48ffd82d2e7ef79110503a11

Without manual define x-user-key header, target endpoint don't set user. ```javascript const result = await endpoint.get('example/endpoint', { someData: 'asdf' } }, {headers: {'x-user-key': ctx.meta.user.user_key}}) ```

FEATURE

schema: ```yaml user: file: user/profile.js ``` error: ``` Error: Cannot find module '(...)/syncano/api/src/user.js' at require (internal/module.js:11:18) at (...)/syncano/api/node_modules/@syncano/test/lib/index.js:156:19 at Promise._execute (node_modules/bluebird/js/release/debuggability.js:303:9) at Promise._resolveFromExecutor (node_modules/bluebird/js/release/promise.js:483:18) at new Promise (node_modules/bluebird/js/release/promise.js:79:10) at run...