Skip to content

Instantly share code, notes, and snippets.

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

Abbas Tolgay Yılmaz streamerd

🏠
Working from home
View GitHub Profile
define :uclu do
3.times do
sample :drum_bass_hard, amp: 4
sleep 0.5
end
end
define :doors do
sample :bass_voxy_c, amp: 0.5, attack: 4
@streamerd
streamerd / vite-wagmi-ethers.log
Last active August 31, 2023 21:16
Error log for vite-wagmi-ethers example @ tokenbound/sdk/examples
VITE v4.4.9 ready in 563 ms
➜ Local: http://127.0.0.1:5173/
➜ Network: use --host to expose
➜ press h to show help
12:15:24 AM [vite] Internal server error: Failed to resolve entry for package "@tokenbound/sdk". The package may have incorrect main/module/exports specified in its package.json.
Plugin: vite:import-analysis
File: ......./tba/sdk/examples/vite-wagmi-ethers/src/App.tsx
at packageEntryFailure (file://......./tba/sdk/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-df561101.js:28691:11)
at resolvePackageEntry (file://......./tba/sdk/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-df561101.js:28688:5)
@streamerd
streamerd / final-review-gist.md
Created February 3, 2026 00:27 — forked from patyearone/final-review-gist.md
Claude Code /final-review slash command - Comprehensive PR review workflow with parallel agents

Final Review - Comprehensive PR Review & Testing

Step 0: Determine Review Pass

Before starting, check the git history to determine if this is a follow-up review:

git log --oneline -10 | grep -i "Co-Authored-By: Claude"