Skip to content

Instantly share code, notes, and snippets.

View philCryoport's full-sized avatar

Philip Schlesinger @ Cryoport philCryoport

View GitHub Profile
act --container-architecture linux/amd64
INFO[0000] Using docker host 'unix:///var/run/docker.sock', and daemon socket 'unix:///var/run/docker.sock'
[autoupdate/Autoupdate autoapproved PR created in the upstream] 🚀 Start image=catthehacker/ubuntu:act-latest
[autoupdate/Autoupdate autoapproved PR created in the upstream] 🐳 docker pull image=catthehacker/ubuntu:act-latest platform=linux/amd64 username= forcePull=true
[autoupdate/Autoupdate autoapproved PR created in the upstream] 🐳 docker create image=catthehacker/ubuntu:act-latest platform=linux/amd64 entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[autoupdate/Autoupdate autoapproved PR created in the upstream] 🐳 docker run image=catthehacker/ubuntu:act-latest platform=linux/amd64 entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="host"
[autoupdate/Autoupdate autoapproved PR created in the upstream] ⭐ Run Main Autoupdating
[autoupdate/Autoupdate autoapproved PR created in the upstream] 🐳 docker pull image=chinthakagodawita/autoupdate
@philCryoport
philCryoport / README.md
Created June 6, 2018 01:12 — forked from bollwyvl/README.md
A fishbone editor
  • Make a bulleted Markdown list in the top left to update the list
  • Press edit to hide the editor
  • Press save to use [SVG Crowbar][crowbar] to save a copy
  • Click to drag nodes

This is an integration of [this implementation][orig] of a [Fishbone or Ishikawa][ish] diagram, which shows contributions of different levels of a hierarchy to a main concept, with a Markdown editor for making quick diagrams.

The diagram is implemented in [d3.js][d3], while rich-text editing is provided by [CodeMirror][cm], and [marked][mkd] handles Markdown processing.