Skip to content

Instantly share code, notes, and snippets.

View galihcitta's full-sized avatar
🎧
Focusing

Galih Citta galihcitta

🎧
Focusing
View GitHub Profile
@xtang
xtang / Claude_Code_Perses
Last active September 8, 2025 07:44
Perses config for monitoring Claude Code
{
"kind": "Dashboard",
"metadata": {
"name": "claude-code-personal",
"project": "default",
"version": 1
},
"spec": {
"display": {
"name": "Claude Code Personal Usage Dashboard"
@adrienjoly
adrienjoly / fix-dyld-missing-symbol-called-errors-on-m1-macs.md
Last active April 28, 2025 08:29
Fix `dyld[]: missing symbol called` errors when running Node.js programs on M1 Macs (apple silicon)

Problem

If you're getting this kind of error when running Node.js programs with binary dependencies that don't support M1 yet, e.g.:

$ yarn test
dyld[51175]: missing symbol called
dyld[51176]: missing symbol called