This file contains hidden or 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 { createState } from 'solid-js' | |
import meiosis from 'meiosis-setup/mergerino' | |
import simpleStream from 'meiosis-setup/simple-stream' | |
import { createRouteSegments, Routing, Actions } from 'meiosis-routing/state' | |
import merge from 'mergerino' | |
import createRouteMatcher from 'feather-route-matcher' | |
import { createFeatherRouter } from 'meiosis-routing/router-helper' | |
import qs from 'qs' | |
import { render } from 'solid-js/dom' |
This file contains hidden or 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 m from 'mithril' | |
import { splitAttrs } from '../utils' | |
import { Icon } from '../Icon' | |
import loadingIcon from './loading.svg' | |
const sizes = { | |
shape: { | |
circle: { | |
size: { | |
sm: ['h-6', 'w-6', 'text-sm'], |
This file contains hidden or 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 createRouteMatcher from 'feather-route-matcher' | |
const createRouter = routeConfig => { | |
const prefix = window.location.protocol + '//' + window.location.host | |
const getPath = () => { | |
return decodeURI(window.location.href).substring(prefix.length) || '/' | |
} | |
const routeMatcher = createRouteMatcher(routeConfig) |
This file contains hidden or 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
[ | |
{ | |
"hand": "AA", | |
"averages": { | |
"flop": { | |
"notLose": 85.69513199999972, | |
"win": 85.17143199999974, | |
"lose": 14.304867999999981, | |
"split": 0.5236999999999821 | |
}, |
This file contains hidden or 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
[ | |
{ | |
"hand": "AA", | |
"averages": { | |
"flop": { | |
"notLose": 85.85618888888894, | |
"win": 85.33707777777782, | |
"lose": 14.143811111111077, | |
"split": 0.5191111111111119 | |
}, |