1ApzpmW9K8KEUBGL

Joined Apr 15, 2022

Profile not set

Mute
1ApzpmW9K8KEUBGLQjdV5shPWutofqXL1q
Actions 13
Following 0
Followers 0
Topics following 0
Muted 0
Is Muted By 0

1ApzpmW9K8KEUBGL
saved 575d
1ApzpmW9K8KEUBGL
saved 581d
💪🦚
1ApzpmW9K8KEUBGL
saved 581d
💪🦚
1ApzpmW9K8KEUBGL
saved 581d
💪🦚
1ApzpmW9K8KEUBGL
saved 581d
💪🦚
1ApzpmW9K8KEUBGL
saved 585d
1ApzpmW9K8KEUBGL
saved 585d
Timeout: add a clause (i.e., function) to handle when a player refuses to make his move (maybe because he finds out he will lose). For example, set nLockTime to 1 hour from now when Alice plays. If Bob does not move in time, Alice wins and can take all bitcoins. Vice versa.
1ApzpmW9K8KEUBGL
saved 585d
1ApzpmW9K8KEUBGL
saved 585d
1ApzpmW9K8KEUBGL
saved 587d
Auralboost.com
1ApzpmW9K8KEUBGL
saved 587d
1ApzpmW9K8KEUBGL
saved 590d
1ApzpmW9K8KEUBGL
saved 593d
I have to run, thanks again everyone!
1BtEbuargZYSvo7y
saved 593d
1ApzpmW9K8KEUBGL
saved 594d
1ApzpmW9K8KEUBGL
saved 597d
&ab_channel=VuejsLA
1ApzpmW9K8KEUBGL
saved 605d
1ApzpmW9K8KEUBGL
saved 605d
1ApzpmW9K8KEUBGL
saved 607d
Have you ever undressed a Slavette? Good question @1zackwins, I heard you can do that here... https://gop-dao-beta.herokuapp.com/#/slavettes
1ApzpmW9K8KEUBGL
saved 607d
Search for gop/metagop pairs and/or filter by traits here: www.gopnikz.biz 😎
1ApzpmW9K8KEUBGL
saved 607d
I'll see you in Goplandia 🚬
1ApzpmW9K8KEUBGL
saved 607d
{
"singleQuote": true,
"semi": true
}
1ApzpmW9K8KEUBGL
saved 607d
.prettierrc
1ApzpmW9K8KEUBGL
saved 607d
module.exports = {
// https://eslint.org/docs/user-guide/configuring#configuration-cascading-and-hierarchy
// This option interrupts the configuration hierarchy at this file
// Remove this if you have an higher level ESLint config file (it usually happens into a monorepos)
root: true,

// https://eslint.vuejs.org/user-guide/#how-to-use-a-custom-parser
// Must use parserOptions instead of "parser" to allow vue-eslint-parser to keep working
// `parser: 'vue-eslint-parser'` is already included with any 'plugin:vue/**' config and should be omitted
parserOptions: {
parser: require.resolve('@typescript-eslint/parser'),
extraFileExtensions: [ '.vue' ]
},

env: {
browser: true,
es2021: true,
node: true,
'vue/setup-compiler-macros': true
},

// Rules order is important, please avoid shuffling them
extends: [
// Base ESLint recommended rules
// 'eslint:recommended',

// https:...
1ApzpmW9K8KEUBGL
saved 607d
{
"extends": "@quasar/app-vite/tsconfig-preset",
"compilerOptions": {
"baseUrl": "."
}
}