Tapani Saarinen
Tapani Saarinen
### Node Version 20.x ### Platform Docker Container ### SDK Version 3.13.0 ### Code Sample ``` await vonage.voice.playTTS( callId, { action: 'talk', 'Hello', 'fi-FI', style: 0, loop: 1, premium: true...
## Steps to reproduce ``` const sql = neon(process.env.POSTGRES_URL_NON_POOLING); return await sql(query, params); ``` ## Expected result Return rows ## Actual result Error ## Environment Vercel Edge Runtime ## Logs,...
## Steps to reproduce ``` import { Pool, neonConfig } from '@neondatabase/serverless'; ... const pool = new Pool({ connectionString: 'postgresql://postgres:password@localhost:54320/postgres' }); const result = await pool.query('SELECT id, name FROM sauna_location...
Java files always give me this error in vscode: > MyCall is not on the classpath of project app, only syntax errors are reported ##### Environment - Operating System: macOS...
### Describe your idea/feature/enhancement As we have our own esbuild SAM build shoud not run npm install. Also, npm install does not seem to work with a monorepo. It tries...
## Environment I have this in my package.json, but still RN one again can't do even a simple task without errors: ``` ⚠️ react-native depends on @react-native-community/cli for cli commands....