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
test() { | |
test2 | |
test3 | |
} | |
test2() { | |
test21 | |
test22 | |
} |
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
Annotate file | |
revert line changes directly in file | |
VSC UI | |
s |
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
May 08 00:45:58 msi kernel: Linux version 4.16.8-1-ARCH (builduser@heftig-7043) (gcc version 8.1.0 (GCC)) #1 SMP PREEMPT Wed May 9 11:25:02 UTC 2018 | |
May 08 00:45:58 msi kernel: Command line: initrd=\initramfs-linux.img root=/dev/nvme0n1p1 i915.enable_execlists=0 i915.preliminary_hw_support=1 intel_idle.max_cstate=1 | |
May 08 00:45:58 msi kernel: KERNEL supported cpus: | |
May 08 00:45:58 msi kernel: Intel GenuineIntel | |
May 08 00:45:58 msi kernel: AMD AuthenticAMD | |
May 08 00:45:58 msi kernel: Centaur CentaurHauls | |
May 08 00:45:58 msi kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' | |
May 08 00:45:58 msi kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' | |
May 08 00:45:58 msi kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' | |
May 08 00:45:58 msi kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers' |
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
[ 0.000000] Linux version 4.16.8-1-ARCH (builduser@heftig-7043) (gcc version 8.1.0 (GCC)) #1 SMP PREEMPT Wed May 9 11:25:02 UTC 2018 | |
[ 0.000000] Command line: initrd=\initramfs-linux.img root=/dev/nvme0n1p1 i915.enable_execlists=0 i915.preliminary_hw_support=1 intel_idle.max_cstate=1 | |
[ 0.000000] KERNEL supported cpus: | |
[ 0.000000] Intel GenuineIntel | |
[ 0.000000] AMD AuthenticAMD | |
[ 0.000000] Centaur CentaurHauls | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers' |
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
ERROR in /home/andrew/WebstormProjects/vue-webpack-minimal/template/src/main.ts | |
./src/main.ts | |
[tsl] ERROR in /home/andrew/WebstormProjects/vue-webpack-minimal/template/src/main.ts(30,11) | |
TS2345: Argument of type 'typeof LoggerMixin' is not assignable to parameter of type 'VueConstructor<Vue> | ComponentOptions<Vue, DefaultData<Vue>, DefaultMethods<Vue>, DefaultComputed, PropsDefinition<Record<string, any>>, Record<string, any>>'. | |
Type 'typeof LoggerMixin' is not assignable to type 'VueConstructor<Vue>'. | |
Types of parameters 'options' and 'options' are incompatible. | |
Type 'ComponentOptions<Vue, DefaultData<Vue>, DefaultMethods<Vue>, DefaultComputed, PropsDefinition<Record<string, any>>, Record<string, any>> | undefined' is not assignable to type 'ThisTypedComponentOptionsWithArrayProps<Vue, object, object, object, never> | undefined'. | |
Type 'ComponentOptions<Vue, DefaultData<Vue>, DefaultMethods<Vue>, DefaultComputed, PropsDefinition<Record<string, any>>, Record<string, any>>' is not ass |
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
2018/07/01 10:24:28 [debug] 18857#18857: accept on 0.0.0.0:443, ready: 0 | |
2018/07/01 10:24:28 [debug] 18857#18857: posix_memalign: 01FE7630:256 @16 | |
2018/07/01 10:24:28 [debug] 18857#18857: *790 accept: 134.249.152.59:58790 fd:12 | |
2018/07/01 10:24:28 [debug] 18857#18857: *790 event timer add: 12: 60000:1219621735 | |
2018/07/01 10:24:28 [debug] 18857#18857: *790 reusable connection: 1 | |
2018/07/01 10:24:28 [debug] 18857#18857: *790 epoll add event: fd:12 op:1 ev:80002001 | |
2018/07/01 10:24:28 [debug] 18857#18857: *790 http check ssl handshake | |
2018/07/01 10:24:28 [debug] 18857#18857: *790 http recv(): 1 | |
2018/07/01 10:24:28 [debug] 18857#18857: *790 https ssl handshake: 0x16 | |
2018/07/01 10:24:28 [debug] 18857#18857: *790 tcp_nodelay |
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
{ | |
exclude: /node_modules/, | |
test: /\.vue$/, | |
loader: 'vue-loader', //allows singleFileComponents | |
options: { | |
loaders: { | |
sass: ExtractTextPlugin.extract({ | |
loader: 'css-loader!sass-loader?indentedSyntax', | |
fallbackLoader: 'vue-style-loader', | |
}), |
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
{ | |
"lines": [ | |
{ | |
"currencyTypeName": "Mirror of Kalandra", | |
"pay": { | |
"id": 0, | |
"league_id": 30, | |
"pay_currency_id": 22, | |
"get_currency_id": 1, | |
"sample_time_utc": "2018-03-22T08:03:38.7435798Z", |
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
docker-compose up | |
Recreating docker_nginx_1 ... | |
Recreating docker_nginx_1 | |
Creating docker_db_1 ... | |
Creating docker_redis_1 ... | |
Creating docker_db_1 | |
Recreating docker_nginx_1 ... done | |
Recreating docker_server_1 ... | |
Recreating docker_server_1 ... done | |
Recreating docker_ws_1 ... |
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
version: '3.3' | |
services: | |
db: | |
image: mysql/mysql-server | |
environment: | |
MYSQL_ROOT_PASSWORD: 'Ilovepython' | |
MYSQL_DATABASE: 'django' | |
MYSQL_USER: 'pychat' | |
MYSQL_PASSWORD: 'pypass' | |
test: |