Skip to content

Instantly share code, notes, and snippets.

View aldarund's full-sized avatar
🎯
Focusing

Dmitry Molotkov aldarund

🎯
Focusing
View GitHub Profile
{ test: /\.(png|jpe?g|gif|svg)$/,
oneOf:
[ { test: /\.(png|jpe?g|gif)$/,
resourceQuery: /vuetify-preload/,
use: [Array] },
{ loader: 'url-loader', options: [Object] } ] }
data:image/png;base64,bW9kdWxlLmV4cG9ydHMgPSB7c3JjOl9fd2VicGFja19wdWJsaWNfcGF0aF9fICsgIjFlMzVkYmRkNDNmYWQzM2EwOTZkYmExNzQ0ZGVhZWM5LnBuZyIsImxhenlTcmMiOiJkYXRhOmltYWdlL2dpZjtiYXNlNjQsUjBsR09EbGhDUUFMQVBRYUFBQUFBR1JlVlhxWmRadXRtYVNscDZ5NXFyaTFzYmk0dXJQQ3NjWEZ4c1BPd2NmSHlNbkp5czdPejlEUTBkVFQxZG5aMnRyWjI5dmEyOXpjM052aDJ1WG81UGYzOS9uNStmMzgvZjM5L2YvLy93QUFBQUFBQUFBQUFBQUFBQUFBQUNINUJBRUFBQUFBTEFBQUFBQUpBQXNBQUFVbUlDQ09aR21lSTNFeWx4R1FTNlpoQ1RsWlZlR1F6U0FnRHhLRW90QkFTQWRKQkhKQWpVSUFPdz09IiwiYXNwZWN0IjowLjgxMDgxMDgxMDgxMDgxMDl9
[Vue warn]: Error in config.errorHandler: "TypeError: Cannot read property 'dark' of undefined"
console.error node_modules/vue/dist/vue.runtime.common.js:1739
TypeError: Cannot read property 'dark' of undefined
at Proxy.render (/pipeline/source/front/node_modules/vuetify/dist/webpack:/Vuetify/src/components/VMenu/VMenu.js:211:44)
at VueComponent.Vue._render (/pipeline/source/front/node_modules/vue/dist/vue.runtime.common.js:4542:22)
at VueComponent.updateComponent (/pipeline/source/front/node_modules/vue/dist/vue.runtime.common.js:2786:21)
at Watcher.get (/pipeline/source/front/node_modules/vue/dist/vue.runtime.common.js:3140:25)
at new Watcher (/pipeline/source/front/node_modules/vue/dist/vue.runtime.common.js:3129:12)
at mountComponent (/pipeline/source/front/node_modules/vue/dist/vue.runtime.common.js:2793:3)
at VueComponent.Object.<anonymous>.Vue.$mount (/pipeline/source/front/node_modules/vue/dist/vue.runtime.common.js:7997:1
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)
Folder PATH listing for volume Storage
Volume serial number is A2FB-CB7B
D:\BBBB\NODE_MODULES\VUETIFY
├───dist
├───es5
│ ├───components
│ │ ├───transitions
│ │ ├───VAlert
│ │ ├───VApp
│ │ │ └───mixins
<body class="m-page--fluid m-page--loading-enabled m-page--loading m-header--fixed m-header--fixed-mobile m-footer--push m-aside--offcanvas-default" >
<!-- begin::Page loader -->
<div class="m-page-loader m-page-loader--base">
<div class="m-blockui">
<span>Please wait...</span>
<span><div class="m-loader m-loader--brand"></div></span>
</div>
</div>
<v-layout row wrap>
<label>What is your e-mail address?</label>
</v-layout>
<v-layout row>
<validate-text-field :value.sync="landlordInfo.email" name='email'
placeholder='null@example.com'
validate="required|email"
></validate-text-field>
</v-layout>
<v-layout row wrap>
ERROR in ./node_modules/vuetify/src/stylus/components/_tabs.styl
Module build failed: Thread Loader (Worker 31)
Cannot read property 'outputOptions' of undefined
at Object.pitch (C:\Dev\PycharmProjects\rasimplefront\ra-front-simple-nu\node_modules\mini-css-extract-plugin\dist\loader.js:72:98)
@ ./node_modules/vuetify/es5/components/VTabs/VTabs.js 7:0-52
@ ./node_modules/vuetify/es5/components/VTabs/index.js
@ ./plugins/vuetify.js
@ ./.nuxt/index.js
@ ./.nuxt/client.js
Error: Cannot find module 'C:\Dev\PycharmProjects\rasimplefront\ra-front-simple-nu\apollo'
- module.js:542 Function.Module._resolveFilename
module.js:542:15
- module.js:472 Function.Module._load
module.js:472:25
- module.js:585 Module.require
module.js:585:17
import dns.resolver
import timeit
import subprocess
import shlex
def cmd(cmd, input_data=None):
cmd = shlex.split(str(cmd))
popen = subprocess.Popen(cmd, stderr=subprocess.PIPE,