Skip to content

Instantly share code, notes, and snippets.

View gedw99's full-sized avatar
🏠
Working from home

ged gedw99

🏠
Working from home
View GitHub Profile
package utils
import (
"context"
"golang.org/x/sync/errgroup"
)
type ErrGroupSharedCtx struct {
eg *errgroup.Group
@gedw99
gedw99 / gist:6bea7f8ec0002ab34ab6eb6915ccb265
Created July 13, 2024 03:40
Incremental Rendering with Deck.md
# Incremental Rendering with Deck.md
You're right in that I want to do Incremental Rendering.
I walked the code and some areas I do not think will allow it yet.
## Use case
User wants to visually edit a Deck using Deck Canvas OR CLI.