Skip to content

Instantly share code, notes, and snippets.

View lbraun's full-sized avatar

Lucas Braun lbraun

View GitHub Profile
@lbraun
lbraun / flowchart.md
Last active February 11, 2026 22:23
Progressing a GitHub Issue Flowchart

For inclusion in the SBUX project charter

flowchart TD
    A[**To Do**<br/>Not yet picked up]
    B[**In Progress**<br/>Actively being worked on]
    C[**Dev Review**<br/>PR ready for code review]
    D{Changes requested<br/>in Dev Review?}
    E[**QA**<br/>Ready for QA review<br/>Dev provides QA instructions]
 F{Issues foundin QA?}
@lbraun
lbraun / keybase.md
Created July 15, 2021 15:03
Keybase

Keybase proof

I hereby claim:

  • I am lbraun on github.
  • I am lbraun (https://keybase.io/lbraun) on keybase.
  • I have a public key ASAfaVLHDSngaBr8Iqnp__W0TzCWSuSlnxvQN0GZMWqsGAo

To claim this, I am signing this object:

@lbraun
lbraun / big_number.json
Last active November 21, 2019 15:32
Vega Examples
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"width": 400,
"height": 400,
"padding": 40,
"autosize": {"type": "none", "contains": "padding"},
"signals": [
{"name": "center", "update": "width / 2"}
],