You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HOW-TO-PLAY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Ninety seconds. One pack. One card.
4
4
5
-
Live booth: [first-bucket-studios.vercel.app](https://first-bucket-studios.vercel.app) — a real tab, so Save works. This nested preview can swallow the download.
5
+
Live booth: [first-bucket-studios.vercel.app](https://first-bucket-studios.vercel.app) — open it in a real tab so Save works.
|[FORK.md](FORK.md)| Copy the loop. Swap the sport. |
97
95
|[NOTICE](NOTICE)| MIT is the code, not the names |
98
96
|[SUPPORT.md](SUPPORT.md)| How to ask |
@@ -103,19 +101,15 @@ The house pin must stay green. That is the lock test.
103
101
104
102
**Themes.** Night arena (default) or light studio. Rail toggle. Reduced motion skips the ticker.
105
103
106
-
**Stream-JSON.** One object per line on stdout from `npm run test:demo`. Beats, then a walk, then a result. Same *pipe* as Claude’s stream-json. Different *types*. [docs/STREAM-JSON.md](docs/STREAM-JSON.md).
107
-
108
-
**Specialists.** Live pack, house pack, walk, foil, lithograph, tray, plates. One room per PR.
104
+
**Stream-JSON.** One object per line on stdout from `npm run test:demo`. Beats, then a walk, then a result.
109
105
110
106
**GitHub Action.**[`.github/workflows/pin.yml`](.github/workflows/pin.yml) runs `test:pin` and `test:vl` on every push.
111
107
112
-
**Benchmarks.** Pin = Thunder 51–31. Visual loop = stills stay night stock (Y < 80). We do not run MMBench. [docs/BENCHMARKS.md](docs/BENCHMARKS.md).
113
-
114
108
---
115
109
116
110
## Community
117
111
118
-
Talk happens in **[GitHub Discussions](https://github.com/DigitalCurrensy/first-bucket-studios/discussions)**. There is no Discord.
112
+
Talk happens in **[GitHub Discussions](https://github.com/DigitalCurrensy/first-bucket-studios/discussions)**.
119
113
120
114
| Category | Use it for |
121
115
| --- | --- |
@@ -124,7 +118,7 @@ Talk happens in **[GitHub Discussions](https://github.com/DigitalCurrensy/first-
124
118
|**Show and tell**| Forks, other sports, stills |
125
119
|**Announcements**| Releases from the maintainers |
126
120
127
-
For a good Q&A answer fast, include the walk URL if you have one, your OS and browser, how you ran it, and whether Save was in a top-level tab or a nested preview. See [SUPPORT.md](SUPPORT.md). Bugs belong in issues. Security reports follow [SECURITY.md](SECURITY.md), never a public thread.
121
+
Bugs belong in issues. Security reports follow [SECURITY.md](SECURITY.md), never a public thread.
Copy file name to clipboardExpand all lines: SUPPORT.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,16 @@ There is no Discord. There is no support email. This desk is the repo.
9
9
## For a good Q&A answer fast, include
10
10
11
11
- The walk URL if you have one (`/walk/v1.…`)
12
-
- OS and browser (and whether you were in a nested preview or a top-level tab)
13
-
- How you ran it (`npm run dev`, a fork, the live preview)
12
+
- OS and browser (and whether you were in an iframe or a real tab)
13
+
- How you ran it (`npm run dev`, a fork, the live booth)
14
14
- What you clicked, in order
15
15
- What you expected, what you got
16
16
17
17
Do not paste secrets. Walks are public certificates; they are safe to share.
18
18
19
19
## Save did not download
20
20
21
-
Save is a native file link (`<a download>` with a PNG data URL). A nested preview can swallow it. Open the live booth in a top-level tab, then Save. Copy the walk still works in the frame.
21
+
Save is a native file link (`<a download>` with a PNG data URL). An iframe can swallow it. Open the live booth in a real tab, then Save. Copy the walk still works in the frame.
Copy file name to clipboardExpand all lines: docs/ANALYTICS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Copy without Save still counts. The URL is the certificate.
56
56
57
57
## Honest host limits
58
58
59
-
Inside a nested preview, the host may swallow `<a download>`. Funnel will show `tray` and maybe `copy`, not `save`. That is the host, not a lying button. Test Save in a top-level tab.
59
+
Inside an iframe, the host may swallow `<a download>`. Funnel will show `tray` and maybe `copy`, not `save`. That is the host, not a lying button. Test Save in a real tab.
0 commit comments