I just signed up for the free @shiftnudge Figma course. Soo much content packed into a single hour. There are only 12 five-minute videos and each one is 🔥
https://t.co/FmMEWSorbO
【メモ】
Win docker desktopでneo4jをrunした時のコマンド。
docker run --publish=7474:7474 --publish=7687:7687 --volume=$HOME/neo4j/data:/data --env='NEO4JLABS_PLUGINS=[\"apoc\"]' --env=NEO4J_AUTH=none neo4j:latest neo4j
(ValueError: Could not use APOC procedures.の対処)