This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Module build failed (from ./node_modules/babel-loader/lib/index.js): | |
TypeError: C:\Dev\PycharmProjects\dailyidea\front\.nuxt\index.js: Duplicate declaration "nuxt_plugin_plugin_52649322" | |
18 | import nuxt_plugin_notifications_3edb2b74 from 'nuxt_plugin_notifications_3edb2b74' // Source: ..\\..\\plugins\\notifications | |
19 | import nuxt_plugin_dayjs_2248fc71 from 'nuxt_plugin_dayjs_2248fc71' // Source: ..\\..\\plugins\\dayjs | |
> 20 | import nuxt_plugin_plugin_52649322 from 'nuxt_plugin_plugin_52649322' // Source: ./storage\\plugin.js | |
| ^ | |
21 | import nuxt_plugin_vuetify_e5914fcc from 'nuxt_plugin_vuetify_e5914fcc' // Source: ..\\plugins\\vuetify | |
22 | import nuxt_plugin_vuexcognito_7b36736c from 'nuxt_plugin_vuexcognito_7b36736c' // Source: ..\\plugins\\vuex-cognito | |
23 | import nuxt_plugin_notifications_3edb2b74 from 'nuxt_plugin_notifications_3edb2b74' // Source: ..\\plugins\\notifications | |
at File.buildCodeFrameError (C:\Dev\PycharmProjects\dailyidea\front\node_modules\@babel\core\lib\trans |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
И здесь моя лапочка устроила на меня засаду. | |
— Вот ты говоришь про Свет Маниту, — сказала она, как только я начал разговор. — Что у тебя внутри он есть, а у меня нет. Ты правда веришь, что Маниту у тебя внутри? | |
— Да, — ответил я. | |
— А ему там не тесно? Не противно? | |
— Это только способ говорить. На самом деле, — я зажмурился, вспоминая Прописи, — у Маниту нет ни внутри, ни снаружи. Можно сказать, что мы существуем в Свете Маниту. И сами есть этот Свет. А в тебе, милая, есть только информационные процессы. | |
— Правильно. Но почему ты считаешь, что Свет Маниту способен освещать эти информационные процессы только через посредство твоих шести чувств? | |
— А как же иначе? — удивился я. | |
— Никак, если считать Маниту выдумкой человека. Но если считать человека выдумкой Маниту, то запросто. Просто ты не знаешь, что это такое — быть мной. | |
— Так ты есть? | |
Кая улыбнулась и промолчала. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"sql": "SELECT t.oid, typarray FROM pg_type t JOIN pg_namespace ns ON typnamespace = ns.oid WHERE typname = 'hstore'", | |
"time": "0.002" | |
}, | |
{ | |
"sql": "SELECT typarray FROM pg_type WHERE typname = 'citext'", | |
"time": "0.000" | |
}, | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "ddasd", | |
"version": "1.0.0", | |
"main": "index.js", | |
"license": "MIT", | |
"dependencies": { | |
"aws-sdk": "^2.340.0", | |
"babel-polyfill": "^6.26.0", | |
"bluebird": "^3.5.1", | |
"jsonwebtoken": "^8.3.0", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "ra-front-simple", | |
"version": "1.0.0", | |
"private": true, | |
"scripts": { | |
"build": "nuxt build --analyze", | |
"lint": "eslint --ext .js,.vue --ignore-path .gitignore src tests", | |
"dev": "nuxt", | |
"start": "nuxt start", | |
"generate": "nuxt generate", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import TOKEN_AUTH from '~/graphql/mutation/tokenAuth.gql' | |
import GET_LOGGED_USER from '~/graphql/query/getLoggedUser.gql' | |
export default class ApolloScheme { | |
constructor(auth, options) { | |
this.$auth = auth | |
this.name = options._name | |
this.client = this.$auth.ctx.app.apolloProvider.clients.defaultClient | |
this.options = Object.assign({}, options) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div>Hi</div> | |
</template> | |
<script> | |
export default { | |
name: "MinimalComponent", | |
mounted() { | |
console.log('MinimalComponent mounted32') | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
service: "project-serverless" # Edit service name | |
provider: | |
name: aws | |
runtime: nodejs8.10 | |
stage: ${env:STAGE} | |
region: ${env:AWS_REGION, 'us-east-1'} # Edit region name | |
# domainName: ${env:DOMAIN_NAME, 'project.net'} | |
# certificateName: '*.project.net' # TODO https://github.com/serverless/serverless/issues/4959 | |
allowedOrigin: '*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16:03:32 | |
2018-09-09T16:03:32.660Z e5ec223d-b449-11e8-ac1a-7f58c03eddea (node:1) Warning: N-API is an experimental feature and could change at any time. | |
| |
16:03:32 | |
module initialization error: Error at Object.Module._extensions..node (module.js:681:18) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) at Module.require (module.js:596:17) at require (internal/module.js:11:18) at Object.<anonymous> (/var/task/node_modules/node-zopfli-es/lib/zopfli.js:5:16) at Module. | |
module initialization error: Error | |
at Object.Module._extensions..node (module.js:681:18) | |
at Module.load (module.js:565:32) | |
at tryModuleLoad (module.js:505:12) | |
at Function.Module._load (module.js:497:3) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<v-img src="~/assets/img/tenantreportlogo.png" aspect-ratio="0.82" width="40" height="49" alt="logo"/> | |
NewerOlder