Skip to content

Instantly share code, notes, and snippets.

View yschimke's full-sized avatar

Yuri Schimke yschimke

View GitHub Profile
@yschimke
yschimke / before-filesync.png
Last active April 26, 2026 18:49
Cadence PR #25 — Curate / Sync redesign previews
before-filesync.png
@yschimke
yschimke / README.md
Last active April 21, 2026 12:51
homeassistant-remotecompose card previews

homeassistant-remotecompose — card previews

Side-by-side comparison of rendered RemoteCompose output against HA reference screenshots (both themes, every implemented card type). See yschimke/homeassistant-remotecompose for the library source.

End-to-end dashboard

A realistic vertical-stack — heading + tiles + entities (with toggles)

@yschimke
yschimke / README.md
Last active April 19, 2026 16:37
Confetti: JetBrains Mono titles for KotlinConf + Conference.seedColor()

PR: JetBrains Mono + chip color consolidation

@yschimke
yschimke / README.md
Created April 19, 2026 16:01
Confetti: per-conference theme previews (KotlinConf, AndroidMakers, Droidcon, DevFest)

PR: Curated conference themes

HomeScreen renders per conference with curated seed + icon + (DevFest) typography.

@yschimke
yschimke / README.md
Last active April 19, 2026 15:16
PR: Confetti Wear style guide + typography picker

PR: Confetti style guide + Wear typography picker

Before/after renders for the style-guide PR.

@yschimke
yschimke / README.md
Last active April 19, 2026 10:27
PR #1679 Confetti @ScrollingPreview(LONG) previews

PR #1679 preview images

Confetti wearApp @ScrollingPreview(LONG) base vs head renders.

@yschimke
yschimke / README.md
Created April 18, 2026 23:15
Confetti wearApp M3 Expressive — before/after renders

Confetti wearApp: before/after renders for the Material 3 Expressive modernisation PR.

import cadquery as cq
from ocp_vscode import show_object
box_length = 180.0
box_width = 120.0
box_height = 60.0
bottom_thickness = 5.0
side_wall_thickness = 10.0 # Double the bottom thickness
fillet_size = 5.0
from cqgridfinity import *
import cadquery as cq
from ocp_vscode import show_object
FRONT_SURFACE_TAG = "front_surface"
# make a simple box
box = GridfinityBox(4, 4, 10.2, solid=True, solid_ratio=1.0, holes=True, unsupported_holes=True)
posca_box: cq.Workplane = box.cq_obj
from cqgridfinity import *
import cadquery as cq
from ocp_vscode import show_object
FRONT_SURFACE_TAG = "front_surface"
# make a simple box
box = GridfinityBox(3, 4, 21, solid=True, solid_ratio=1.0, holes=True, unsupported_holes=True)
posca_box: cq.Workplane = box.cq_obj