Skip to content

Instantly share code, notes, and snippets.

View gordonwoodhull's full-sized avatar
🖋️
learning

Gordon Woodhull gordonwoodhull

🖋️
learning
View GitHub Profile
@gordonwoodhull
gordonwoodhull / q2-20260821.html
Created August 21, 2026 19:15
Agent session: q2 - You are reviewing an implementation plan before it is executed. Do NOT implement anything yet. ...
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>q2 - Agent Session</title>
<style>
:root {
--bg-primary: #f7f7fa;
--bg-surface: #ffffff;
@gordonwoodhull
gordonwoodhull / typst-5765-parent-scoped-float-footnotes.md
Last active August 17, 2026 19:07
typst/typst#5765: why footnotes are lost inside place(float: true, scope: "parent") — root-cause analysis (LLM-assisted, see disclosure)

Why footnotes vanish inside place(float: true, scope: "parent")

Notes on typst/typst#5765, written up while chasing the same bug downstream in pandoc (jgm/pandoc#11807; quarto-dev/quarto-cli#14484 has the same root cause). pandoc's default Typst template puts the title block in a parent-scoped float so that it spans columns, and a thanks footnote on the title then renders a marker with no entry.

@gordonwoodhull
gordonwoodhull / _brand.yml
Last active January 24, 2026 11:48
Unknown Pleasures pulsar ridgeline plot - Quarto/R/ggridges reproduction
color:
palette:
black: "#000000"
white: "#FFFFFF"
dark-gray: "#222222"
gray: "#333333"
foreground: white
background: dark-gray
primary: white
@gordonwoodhull
gordonwoodhull / .block
Created August 3, 2022 16:39 — forked from d3noob/.block
Sankey diagram using a csv file with v4
license: mit
@gordonwoodhull
gordonwoodhull / .block
Last active February 25, 2022 15:41 — forked from js418/.block
dc word cloud
license: mit
@gordonwoodhull
gordonwoodhull / axis-chart.js
Created November 29, 2020 17:49
@ialarmedalien axis chart for scrolling row charts, minimally adapted to dc@4. See https://bl.ocks.org/ialarmedalien/0a4bf25ffc0fb96ae569a20f91957bc1
/**
* Separate axis implementation.
* by @ialarmedalien
*
* Examples:
* - {@link https://bl.ocks.org/ialarmedalien/0a4bf25ffc0fb96ae569a20f91957bc1 eslint on dc.js source}
* @class axisChart
* @memberof dc
* @mixes dc.capMixin
* @mixes dc.marginMixin
@gordonwoodhull
gordonwoodhull / .block
Last active May 26, 2020 11:22
2_graphs
license: mit
license: mit
@gordonwoodhull
gordonwoodhull / .block
Last active May 6, 2020 16:21
boxplot dot data
license: mit
@gordonwoodhull
gordonwoodhull / .block
Last active May 6, 2020 10:58
Cartesian Graph
license: mit