cjft

Results 8 issues of cjft

Next.js 14.0.3 `import { Text } from "@react-three/drei";` ``` ⨯ ReferenceError: exports is not defined at __webpack_require__ (/home/cjft/Documents/github/lalaland/lalaland-app/.next/server/edge-runtime-webpack.js:37:33) at fn (/home/cjft/Documents/github/lalaland/lalaland-app/.next/server/edge-runtime-webpack.js:318:21) at __webpack_require__ (/home/cjft/Documents/github/lalaland/lalaland-app/.next/server/edge-runtime-webpack.js:37:33) at fn (/home/cjft/Documents/github/lalaland/lalaland-app/.next/server/edge-runtime-webpack.js:318:21) ⚠ ./node_modules/troika-three-text/dist/troika-three-text.esm.js Attempted...

I was getting nasty errors like: ``` Uncaught RuntimeError: unreachable at 0057ee2e:0x11eb73 at 0057ee2e:0x14b636 at 0057ee2e:0x145389 at 0057ee2e:0x1104bf at AA.rbApplyImpulseAtPoint (rapier_wasm3d.js:4555:14) at lA.applyImpulseAtPoint (rigid_body.ts:843:21) at Object.current (Ecctrl.tsx:1058:11) at render$1 (index-d98fd1c7.esm.js:1542:22)...

[Screencast from 2024-07-18 12-34-29.webm](https://github.com/user-attachments/assets/f05a27e9-2911-43ee-8882-7ab17fd9b718) ``` useEffect(() => { Object.values(materials).forEach((material) => { material.depthTest = false; material.needsUpdate = true; }) Object.values(nodes).forEach((node) => { node.renderOrder = 9000; }) }, [materials, nodes]) ``` I've...

### Feature Description Not sure the technical constraints, maybe impossible... but I'll show my use case that would be heavily improved and my bottleneck I ran into. I'm using PlayHT...

enhancement
ai/ui

# Relates to: No issue ticket, just a improvement, ease of setup change I noticed. # Risks LOW - Twitter may not login? But tested with clearing cache and cached,...

# Relates to: https://github.com/ai16z/eliza/issues/1284 # Risks LOW - could miss a post, or post less, but seems posting once correctly now on server boot. # Background ## What does this...

# Relates to: No issue. # Risks LOW - could break logins, but I tested. # Background I noticed multiple login notifications in twitter: ![image](https://github.com/user-attachments/assets/889848c8-4d3a-48f0-af5f-1ee28be5a57b) My previous changes were not...

# Relates to: None, just looking for improvements. # Risks HIGH - could break plugins # Background Plugins even if unused are being always imported into the agent/index.ts at top...