Skip to content

Instantly share code, notes, and snippets.

View adamziel's full-sized avatar
👋

Adam Zieliński adamziel

👋
View GitHub Profile
@adamziel
adamziel / gist-readme.md
Last active July 28, 2026 22:43
Mobile Files heading screenshots

Mobile Files heading screenshots

@adamziel
adamziel / desktop-after.svg
Created July 21, 2026 00:54
WordPress Playground PR #4135 visual comparison
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adamziel
adamziel / after-focused.png
Last active July 16, 2026 17:46
Before/after Dock Export icon screenshots for WordPress Playground PR #4091
after-focused.png
@adamziel
adamziel / AstNode.php
Last active June 19, 2026 07:52
WordPress Playground demo: Port Libs Document Intake
<?php
declare(strict_types=1);
namespace PortLibs\Pandoc;
final class AstNode
{
/**
* @param array<string, mixed> $attrs
@adamziel
adamziel / pr79000-blueprint.json
Created June 17, 2026 15:27
Gutenberg PR 79000 #78989 Playground repro blueprint
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/wp-admin/post.php?post=6401&action=edit",
"meta": {
"title": "PR 79000 passive Navigation dirty related entities test",
"description": "Installs Gutenberg PR 79000, seeds the #78989 related-entity dirty repro, and lands in the seeded post editor.",
"author": "adamziel"
},
"preferredVersions": {
"php": "8.4",
@adamziel
adamziel / symfony-doc-page.svg
Created June 8, 2026 11:33
Symfony Playground docs PR screenshot
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adamziel
adamziel / wp70-navigation-passive-dirty-blueprint.json
Created June 7, 2026 22:26
WordPress 7.0 dirty related entity repro Blueprints
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/wp-admin/post.php?post=6401&action=edit",
"meta": {
"title": "WP 7.0 passive Navigation/Page List dirty related entities repro",
"description": "Seeds three template parts and five navigation entities that become dirty merely by rendering in the post editor.",
"author": "adamziel"
},
"preferredVersions": {
"php": "8.4",
@adamziel
adamziel / pr-after-my-playgrounds.svg
Created June 7, 2026 18:42
My Playgrounds modal screenshots
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@adamziel
adamziel / dolt-binary.md
Created April 23, 2026 11:02
dolt-binary.md
Component Est. size % of ~120MB What it is
Go runtime + stdlib ~15--20 MB ~15% Scheduler, GC, net/http, crypto/tls, encoding/*, reflect --- linked statically into every Go binary
Debug symbols + pclntab ~25--35 MB ~25% Symbol table, DWARF debug info, per-function line tables for panic traces and pprof. Not stripped on purpose
dolthub/vitess ~15--20 MB ~15% Fork of YouTube's Vitess. MySQL wire protocol server/client + SQL parser (AST)
dolthub/go-mysql-server ~20--30 MB ~20% MySQL-compatible query engine: analyzer, optimizer, execution, every SQL function/type/operator
Dolt core (doltcore, NBS, storage) ~8--12 MB ~8% Prolly Tree storage engine, NBS block store, chunk journal, merge/diff, CLI commands
aws-sdk-go-v2 (S3, STS, SSO, etc.) ~8--12 MB ~8% S3 remotes. v2 SDK generates a package per service --- bloats fast
cloud.google.com/go/storage + deps ~3--5 MB ~3% GCS remotes
gRPC + proto
@adamziel
adamziel / blueprint.json
Last active March 11, 2026 10:53
Web Import Dashboard for WordPress site-export
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/web-import.php",
"preferredVersions": {
"php": "8.2",
"wp": "latest"
},
"features": {
"networking": true
},