Commit Graph

13 Commits

Author SHA1 Message Date
Matt Isenhower
94aa3d7ece Replace # private class members with _ prefix convention for consistency
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 16:01:09 -08:00
Matt Isenhower
8780463c66 Replace deprecated and unmaintained packages
- Removed mkdirp in favor of native fs.mkdir({ recursive: true })
- Replaced ecstatic (unmaintained since 2021) with sirv
- Replaced jsonpath (security vulnerability) with jsonpath-plus
  - Added jsonpathQuery/jsonpathApply helpers in app/common/util.mjs
- Updated sharp: 0.32.6 → 0.34.5
- Updated puppeteer-core: 23.8.0 → 24.37.3

Vulnerabilities reduced from 40 to 1 (only remaining: axios in
threads-api transitive dependency).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 11:05:49 -08:00
Matt Isenhower
35316e02f2 Use Browserless for capturing screenshots 2024-11-17 16:29:00 -08:00
Matt Isenhower
8b55a5deba Fix linting issues 2024-03-16 22:31:20 -07:00
Matt Isenhower
e4e6051999 Run linter 2023-06-25 20:59:43 -07:00
Matt Isenhower
a2662f2a8b Add an "upcoming Salmon Run schedule" post for special modes 2023-02-20 22:00:01 -08:00
Matt Isenhower
65258b06cf Wait a little longer for the page to load before taking the screenshot 2023-02-20 09:16:13 -08:00
Matt Isenhower
5264884e3f Add Tricolor Battle details 2022-09-24 12:01:38 -04:00
Matt Isenhower
7e05672300 Add a delay to help ensure images are loaded
This was mostly an issue when generating multiple screenshots back-to-back.
2022-09-20 21:52:29 -07:00
Matt Isenhower
a5399c89ca Fix a mistake 2022-09-20 20:52:34 -07:00
Matt Isenhower
32dd5e58e7 Override the current time when taking screenshots 2022-09-20 20:39:01 -07:00
Matt Isenhower
5e14688ad9 Clean up screenshot capture code 2022-09-08 18:47:39 -07:00
Matt Isenhower
49c3708926 Add screenshot capture functionality 2022-08-29 22:05:59 -07:00