Legends in mermaid diagrams
It might be helpful to add a legend to graphs using Mermaid.
Support for Legends in a Graph
Here are some examples to test workarounds for legends in a graph from mermaid-js/mermaid#2110
It might be helpful to add a legend to graphs using Mermaid.
Here are some examples to test workarounds for legends in a graph from mermaid-js/mermaid#2110
Notes about self-tracking time spent on different projects each week using different tools.
Within Slack, you can search for messages you have sent using the following:
from:@SlackUsernamebefore:2025-02-08after:2025-02-02The actual query would be:
While this document is not in draft mode it is definitely not complete...
Being flexible and efficient can make working in a distributed team a great experience; sometimes though, you have to be the agent of change to help your team get there. While trying to understand what Scrumban actually is, it seemed best to type it up myself to reinforce what I have learned so far.
Scrumban combines two leading Agile methodologies—Scrum and Kanban—into a single process for getting work done. But what is scrumban? And why should you consider its unique approach?
If you use a chromium browser and love dark mode, then keep reading.
Here is a summary of the commands needed to reset Cisco Catalyst Switches to factory defaults:
# enter configuration mode
enable
# remove the startup configuration file
write erase
# remove the VLAN configuration
delete flash:vlan.dat
# then reboot the switch
reload
!!!? info
This post is incomplete and will be updated in the future.
If you are using composite actions that support their own verbose mode, you may find you only want to enable verbose mode when the GitHub runner is in debug mode. The variable we need to know is runner.debug, which is also stored as RUNNER_DEBUG.
From https://squidfunk.github.io/mkdocs-material/plugins/blog/
Material for MkDocs makes it very easy to build a blog, either as a sidecar to your documentation or standalone. Focus on your content while the engine does all the heavy lifting, automatically generating archive and category indexes, post slugs, configurable pagination and more.
Check out our blog, which is created with the new built-in blog plugin!
I added a GitHub Action that uses commitlint to my GitHub Actions Monorepo. The GitHub Action is based off of commitlint (commitlint GitHub) and has been added in an effort to encourage (enforce?) good git hygiene. Note: The original actions-ci workflow was added in the v0.1.12 release.
Use git describe --tags to get the tags.