Skip to content

Instantly share code, notes, and snippets.

View aldarund's full-sized avatar
🎯
Focusing

Dmitry Molotkov aldarund

🎯
Focusing
View GitHub Profile
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
И здесь моя лапочка устроила на меня засаду.
— Вот ты говоришь про Свет Маниту, — сказала она, как только я начал разговор. — Что у тебя внутри он есть, а у меня нет. Ты правда веришь, что Маниту у тебя внутри?
— Да, — ответил я.
— А ему там не тесно? Не противно?
— Это только способ говорить. На самом деле, — я зажмурился, вспоминая Прописи, — у Маниту нет ни внутри, ни снаружи. Можно сказать, что мы существуем в Свете Маниту. И сами есть этот Свет. А в тебе, милая, есть только информационные процессы.
— Правильно. Но почему ты считаешь, что Свет Маниту способен освещать эти информационные процессы только через посредство твоих шести чувств?
— А как же иначе? — удивился я.
— Никак, если считать Маниту выдумкой человека. Но если считать человека выдумкой Маниту, то запросто. Просто ты не знаешь, что это такое — быть мной.
— Так ты есть?
Кая улыбнулась и промолчала.
[
{
"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"
},
{
@aldarund
aldarund / packages.json
Created October 25, 2018 19:14
yarn junction
{
"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",
{
"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",
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)
@aldarund
aldarund / vue.vue
Last active September 16, 2018 13:35
<template>
<div>Hi</div>
</template>
<script>
export default {
name: "MinimalComponent",
mounted() {
console.log('MinimalComponent mounted32')
}
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: '*'
@aldarund
aldarund / ee
Created September 9, 2018 16:07
lambvda zopli
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)
<v-img src="~/assets/img/tenantreportlogo.png" aspect-ratio="0.82" width="40" height="49" alt="logo"/>