- Ensure
tailwind.config.(m)js
has correctcontent
.
- Ensure
postcss.config.(m)js
is created andplugins
are availabe within the configuration.
services: | |
neo4j: | |
image: neo4j:latest | |
container_name: neo4j | |
networks: | |
- traefik | |
labels: | |
- traefik.enable=true | |
# Web | |
- traefik.http.routers.neo4j-web.entrypoints=web |
let Columns = { | |
Coin: 'Coin', | |
Chain: 'Chain', | |
Type: 'Type', | |
Qty: 'Qty', | |
TransactionFee: 'TransactionFee', | |
Address: 'Address', | |
Txid: 'Txid', | |
Status: 'Status', | |
DateTime: 'DateTime', |
import { curry } from '@yurkimus/curry' | |
import { isLike } from '@yurkimus/types' | |
export var chain = curry( | |
(predicate0, predicate1, ...parameters) => { | |
if (!isLike('Function', predicate0)) { | |
throw new TypeError('"predicate0" must be a function') | |
} | |
if (!isLike('Function', predicate1)) { |
# -v --invert-match | |
git branch -D $(git branch | grep -v main) |
const hexs = [ | |
// Karjala | |
[ '538854', 'be2928', '000000' ], | |
// Ludic | |
[ '529f54', 'be2928', '3d3b7b' ], | |
// Veps | |
[ '16b370', 'ffff00', '155cdc' ], | |
// Russian-side Finnish | |
[ 'ffd301', 'ef2d20', '0167b3' ], | |
// Izhorian |